<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like &lt;details&gt; 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: #EDEDED; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-divide-gray-150 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
}

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

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

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

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

.tw-divide-green-100 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(172, 227, 66, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-900 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 168, 80, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-500 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 66, 87, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-800 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 38, 61, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-900 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(1, 41, 66, var(--tw-divide-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
}

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

.tw-bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-within\:tw-bg-gray-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-150:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blue-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blue-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blue-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.hover\:tw-bg-green-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

.focus\:tw-bg-gray-150:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.focus\:tw-bg-green-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
}

.tw-bg-none {
  background-image: none !important;
}

.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.tw-from-transparent {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-from-current {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-from-white {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-from-black {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-from-gray-50 {
  --tw-gradient-from: #FAFAFA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.tw-from-gray-100 {
  --tw-gradient-from: #F4F3F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
}

.tw-from-gray-150 {
  --tw-gradient-from: #F2F2F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.tw-from-gray-200 {
  --tw-gradient-from: #EDEDED !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.tw-from-gray-600 {
  --tw-gradient-from: #666666 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.tw-from-gray-700 {
  --tw-gradient-from: #777777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
}

.tw-from-gray-800 {
  --tw-gradient-from: #333333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.tw-from-green-100 {
  --tw-gradient-from: #ACE342 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
}

.tw-from-green-900 {
  --tw-gradient-from: #00A850 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
}

.tw-from-blue-500 {
  --tw-gradient-from: #224257 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
}

.tw-from-blue-800 {
  --tw-gradient-from: #00263D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
}

.tw-from-blue-900 {
  --tw-gradient-from: #012942 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
}

.tw-via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.tw-via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
}

.tw-via-gray-150 {
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.tw-via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.tw-via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.tw-via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
}

.tw-via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.tw-via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
}

.tw-via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
}

.tw-via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
}

.tw-via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
}

.tw-via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
}

.tw-to-transparent {
  --tw-gradient-to: transparent !important;
}

.tw-to-current {
  --tw-gradient-to: currentColor !important;
}

.tw-to-white {
  --tw-gradient-to: #fff !important;
}

.tw-to-black {
  --tw-gradient-to: #000 !important;
}

.tw-to-gray-50 {
  --tw-gradient-to: #FAFAFA !important;
}

.tw-to-gray-100 {
  --tw-gradient-to: #F4F3F9 !important;
}

.tw-to-gray-150 {
  --tw-gradient-to: #F2F2F2 !important;
}

.tw-to-gray-200 {
  --tw-gradient-to: #EDEDED !important;
}

.tw-to-gray-600 {
  --tw-gradient-to: #666666 !important;
}

.tw-to-gray-700 {
  --tw-gradient-to: #777777 !important;
}

.tw-to-gray-800 {
  --tw-gradient-to: #333333 !important;
}

.tw-to-green-100 {
  --tw-gradient-to: #ACE342 !important;
}

.tw-to-green-900 {
  --tw-gradient-to: #00A850 !important;
}

.tw-to-blue-500 {
  --tw-gradient-to: #224257 !important;
}

.tw-to-blue-800 {
  --tw-gradient-to: #00263D !important;
}

.tw-to-blue-900 {
  --tw-gradient-to: #012942 !important;
}

.hover\:tw-from-transparent:hover {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-from-current:hover {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-from-white:hover {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-from-black:hover {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-from-gray-50:hover {
  --tw-gradient-from: #FAFAFA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:tw-from-gray-100:hover {
  --tw-gradient-from: #F4F3F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
}

.hover\:tw-from-gray-150:hover {
  --tw-gradient-from: #F2F2F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover\:tw-from-gray-200:hover {
  --tw-gradient-from: #EDEDED !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.hover\:tw-from-gray-600:hover {
  --tw-gradient-from: #666666 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.hover\:tw-from-gray-700:hover {
  --tw-gradient-from: #777777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
}

.hover\:tw-from-gray-800:hover {
  --tw-gradient-from: #333333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:tw-from-green-100:hover {
  --tw-gradient-from: #ACE342 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
}

.hover\:tw-from-green-900:hover {
  --tw-gradient-from: #00A850 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
}

.hover\:tw-from-blue-500:hover {
  --tw-gradient-from: #224257 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
}

.hover\:tw-from-blue-800:hover {
  --tw-gradient-from: #00263D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
}

.hover\:tw-from-blue-900:hover {
  --tw-gradient-from: #012942 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
}

.hover\:tw-via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:tw-via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
}

.hover\:tw-via-gray-150:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover\:tw-via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.hover\:tw-via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.hover\:tw-via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
}

.hover\:tw-via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:tw-via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
}

.hover\:tw-via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
}

.hover\:tw-via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
}

.hover\:tw-via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
}

.hover\:tw-via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
}

.hover\:tw-to-transparent:hover {
  --tw-gradient-to: transparent !important;
}

.hover\:tw-to-current:hover {
  --tw-gradient-to: currentColor !important;
}

.hover\:tw-to-white:hover {
  --tw-gradient-to: #fff !important;
}

.hover\:tw-to-black:hover {
  --tw-gradient-to: #000 !important;
}

.hover\:tw-to-gray-50:hover {
  --tw-gradient-to: #FAFAFA !important;
}

.hover\:tw-to-gray-100:hover {
  --tw-gradient-to: #F4F3F9 !important;
}

.hover\:tw-to-gray-150:hover {
  --tw-gradient-to: #F2F2F2 !important;
}

.hover\:tw-to-gray-200:hover {
  --tw-gradient-to: #EDEDED !important;
}

.hover\:tw-to-gray-600:hover {
  --tw-gradient-to: #666666 !important;
}

.hover\:tw-to-gray-700:hover {
  --tw-gradient-to: #777777 !important;
}

.hover\:tw-to-gray-800:hover {
  --tw-gradient-to: #333333 !important;
}

.hover\:tw-to-green-100:hover {
  --tw-gradient-to: #ACE342 !important;
}

.hover\:tw-to-green-900:hover {
  --tw-gradient-to: #00A850 !important;
}

.hover\:tw-to-blue-500:hover {
  --tw-gradient-to: #224257 !important;
}

.hover\:tw-to-blue-800:hover {
  --tw-gradient-to: #00263D !important;
}

.hover\:tw-to-blue-900:hover {
  --tw-gradient-to: #012942 !important;
}

.focus\:tw-from-transparent:focus {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-from-current:focus {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-from-white:focus {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-from-black:focus {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-from-gray-50:focus {
  --tw-gradient-from: #FAFAFA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:tw-from-gray-100:focus {
  --tw-gradient-from: #F4F3F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
}

.focus\:tw-from-gray-150:focus {
  --tw-gradient-from: #F2F2F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus\:tw-from-gray-200:focus {
  --tw-gradient-from: #EDEDED !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.focus\:tw-from-gray-600:focus {
  --tw-gradient-from: #666666 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.focus\:tw-from-gray-700:focus {
  --tw-gradient-from: #777777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
}

.focus\:tw-from-gray-800:focus {
  --tw-gradient-from: #333333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:tw-from-green-100:focus {
  --tw-gradient-from: #ACE342 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
}

.focus\:tw-from-green-900:focus {
  --tw-gradient-from: #00A850 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
}

.focus\:tw-from-blue-500:focus {
  --tw-gradient-from: #224257 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
}

.focus\:tw-from-blue-800:focus {
  --tw-gradient-from: #00263D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
}

.focus\:tw-from-blue-900:focus {
  --tw-gradient-from: #012942 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
}

.focus\:tw-via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:tw-via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
}

.focus\:tw-via-gray-150:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus\:tw-via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
}

.focus\:tw-via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.focus\:tw-via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
}

.focus\:tw-via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:tw-via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
}

.focus\:tw-via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
}

.focus\:tw-via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
}

.focus\:tw-via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
}

.focus\:tw-via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
}

.focus\:tw-to-transparent:focus {
  --tw-gradient-to: transparent !important;
}

.focus\:tw-to-current:focus {
  --tw-gradient-to: currentColor !important;
}

.focus\:tw-to-white:focus {
  --tw-gradient-to: #fff !important;
}

.focus\:tw-to-black:focus {
  --tw-gradient-to: #000 !important;
}

.focus\:tw-to-gray-50:focus {
  --tw-gradient-to: #FAFAFA !important;
}

.focus\:tw-to-gray-100:focus {
  --tw-gradient-to: #F4F3F9 !important;
}

.focus\:tw-to-gray-150:focus {
  --tw-gradient-to: #F2F2F2 !important;
}

.focus\:tw-to-gray-200:focus {
  --tw-gradient-to: #EDEDED !important;
}

.focus\:tw-to-gray-600:focus {
  --tw-gradient-to: #666666 !important;
}

.focus\:tw-to-gray-700:focus {
  --tw-gradient-to: #777777 !important;
}

.focus\:tw-to-gray-800:focus {
  --tw-gradient-to: #333333 !important;
}

.focus\:tw-to-green-100:focus {
  --tw-gradient-to: #ACE342 !important;
}

.focus\:tw-to-green-900:focus {
  --tw-gradient-to: #00A850 !important;
}

.focus\:tw-to-blue-500:focus {
  --tw-gradient-to: #224257 !important;
}

.focus\:tw-to-blue-800:focus {
  --tw-gradient-to: #00263D !important;
}

.focus\:tw-to-blue-900:focus {
  --tw-gradient-to: #012942 !important;
}

.tw-bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.tw-bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.tw-bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.tw-bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.tw-bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.tw-bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.tw-bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

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

.tw-group:hover .group-hover\:tw-bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.focus-within\:tw-bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important;
}

.focus-within\:tw-bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:tw-bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:tw-bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:tw-bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:tw-bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:tw-bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:tw-bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:tw-bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:tw-bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:tw-bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:tw-bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:tw-bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:tw-bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:tw-bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important;
}

.hover\:tw-bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important;
}

.hover\:tw-bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}

.hover\:tw-bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important;
}

.hover\:tw-bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:tw-bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

.hover\:tw-bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important;
}

.hover\:tw-bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

.hover\:tw-bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:tw-bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important;
}

.hover\:tw-bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important;
}

.hover\:tw-bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

.hover\:tw-bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:tw-bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:tw-bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important;
}

.hover\:tw-bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}

.focus\:tw-bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important;
}

.focus\:tw-bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important;
}

.focus\:tw-bg-opacity-10:focus {
  --tw-bg-opacity: 0.1 !important;
}

.focus\:tw-bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important;
}

.focus\:tw-bg-opacity-25:focus {
  --tw-bg-opacity: 0.25 !important;
}

.focus\:tw-bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important;
}

.focus\:tw-bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important;
}

.focus\:tw-bg-opacity-50:focus {
  --tw-bg-opacity: 0.5 !important;
}

.focus\:tw-bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

.focus\:tw-bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important;
}

.focus\:tw-bg-opacity-75:focus {
  --tw-bg-opacity: 0.75 !important;
}

.focus\:tw-bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important;
}

.focus\:tw-bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important;
}

.focus\:tw-bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important;
}

.focus\:tw-bg-opacity-100:focus {
  --tw-bg-opacity: 1 !important;
}

.tw-bg-bottom {
  background-position: bottom !important;
}

.tw-bg-center {
  background-position: center !important;
}

.tw-bg-left {
  background-position: left !important;
}

.tw-bg-left-bottom {
  background-position: left bottom !important;
}

.tw-bg-left-top {
  background-position: left top !important;
}

.tw-bg-right {
  background-position: right !important;
}

.tw-bg-right-bottom {
  background-position: right bottom !important;
}

.tw-bg-right-top {
  background-position: right top !important;
}

.tw-bg-top {
  background-position: top !important;
}

.tw-bg-repeat {
  background-repeat: repeat !important;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat !important;
}

.tw-bg-repeat-x {
  background-repeat: repeat-x !important;
}

.tw-bg-repeat-y {
  background-repeat: repeat-y !important;
}

.tw-bg-repeat-round {
  background-repeat: round !important;
}

.tw-bg-repeat-space {
  background-repeat: space !important;
}

.tw-bg-auto {
  background-size: auto !important;
}

.tw-bg-cover {
  background-size: cover !important;
}

.tw-bg-contain {
  background-size: contain !important;
}

.tw-border-collapse {
  border-collapse: collapse !important;
}

.tw-border-separate {
  border-collapse: separate !important;
}

.tw-border-transparent {
  border-color: transparent !important;
}

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

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

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

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

.tw-border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
}

.tw-border-gray-150 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

.tw-border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.tw-border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
}

.tw-border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.tw-border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
}

.tw-border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
}

.tw-border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
}

.tw-border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
}

.tw-border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
}

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

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

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

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

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

.tw-group:hover .group-hover\:tw-border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-150 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-transparent:focus-within {
  border-color: transparent !important;
}

.focus-within\:tw-border-current:focus-within {
  border-color: currentColor !important;
}

.focus-within\:tw-border-white:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-black:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-150:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-transparent:hover {
  border-color: transparent !important;
}

.hover\:tw-border-current:hover {
  border-color: currentColor !important;
}

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

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

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

.hover\:tw-border-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-150:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-transparent:focus {
  border-color: transparent !important;
}

.focus\:tw-border-current:focus {
  border-color: currentColor !important;
}

.focus\:tw-border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

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

.focus\:tw-border-gray-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-150:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
}

.tw-border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.tw-border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.tw-border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.tw-border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.tw-border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.tw-border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.tw-border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.tw-border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.tw-border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.tw-border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.tw-border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.tw-border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.tw-border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.tw-border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.tw-border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.focus-within\:tw-border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important;
}

.focus-within\:tw-border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:tw-border-opacity-10:focus-within {
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:tw-border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:tw-border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:tw-border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:tw-border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:tw-border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:tw-border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:tw-border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:tw-border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:tw-border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:tw-border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:tw-border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:tw-border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important;
}

.hover\:tw-border-opacity-0:hover {
  --tw-border-opacity: 0 !important;
}

.hover\:tw-border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important;
}

.hover\:tw-border-opacity-10:hover {
  --tw-border-opacity: 0.1 !important;
}

.hover\:tw-border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important;
}

.hover\:tw-border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important;
}

.hover\:tw-border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important;
}

.hover\:tw-border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important;
}

.hover\:tw-border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important;
}

.hover\:tw-border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important;
}

.hover\:tw-border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important;
}

.hover\:tw-border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important;
}

.hover\:tw-border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important;
}

.hover\:tw-border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important;
}

.hover\:tw-border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important;
}

.hover\:tw-border-opacity-100:hover {
  --tw-border-opacity: 1 !important;
}

.focus\:tw-border-opacity-0:focus {
  --tw-border-opacity: 0 !important;
}

.focus\:tw-border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important;
}

.focus\:tw-border-opacity-10:focus {
  --tw-border-opacity: 0.1 !important;
}

.focus\:tw-border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important;
}

.focus\:tw-border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important;
}

.focus\:tw-border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important;
}

.focus\:tw-border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important;
}

.focus\:tw-border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important;
}

.focus\:tw-border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important;
}

.focus\:tw-border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important;
}

.focus\:tw-border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important;
}

.focus\:tw-border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important;
}

.focus\:tw-border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important;
}

.focus\:tw-border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important;
}

.focus\:tw-border-opacity-100:focus {
  --tw-border-opacity: 1 !important;
}

.tw-rounded-none {
  border-radius: 0px !important;
}

.tw-rounded-sm {
  border-radius: 0.125rem !important;
}

.tw-rounded {
  border-radius: 0.25rem !important;
}

.tw-rounded-md {
  border-radius: 0.375rem !important;
}

.tw-rounded-lg {
  border-radius: 0.5rem !important;
}

.tw-rounded-llg {
  border-radius: 0.625rem !important;
}

.tw-rounded-xl {
  border-radius: 0.75rem !important;
}

.tw-rounded-2xl {
  border-radius: 1rem !important;
}

.tw-rounded-3xl {
  border-radius: 1.5rem !important;
}

.tw-rounded-full {
  border-radius: 9999px !important;
}

.tw-rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.tw-rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.tw-rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.tw-rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.tw-rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.tw-rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-t-llg {
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
}

.tw-rounded-r-llg {
  border-top-right-radius: 0.625rem !important;
  border-bottom-right-radius: 0.625rem !important;
}

.tw-rounded-b-llg {
  border-bottom-right-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
}

.tw-rounded-l-llg {
  border-top-left-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
}

.tw-rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.tw-rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.tw-rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.tw-rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.tw-rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.tw-rounded-r-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.tw-rounded-b-2xl {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.tw-rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.tw-rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.tw-rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.tw-rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.tw-rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.tw-rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.tw-rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-tl-none {
  border-top-left-radius: 0px !important;
}

.tw-rounded-tr-none {
  border-top-right-radius: 0px !important;
}

.tw-rounded-br-none {
  border-bottom-right-radius: 0px !important;
}

.tw-rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}

.tw-rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.tw-rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.tw-rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.tw-rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.tw-rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.tw-rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-tl-llg {
  border-top-left-radius: 0.625rem !important;
}

.tw-rounded-tr-llg {
  border-top-right-radius: 0.625rem !important;
}

.tw-rounded-br-llg {
  border-bottom-right-radius: 0.625rem !important;
}

.tw-rounded-bl-llg {
  border-bottom-left-radius: 0.625rem !important;
}

.tw-rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}

.tw-rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}

.tw-rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

.tw-rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}

.tw-rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}

.tw-rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}

.tw-rounded-br-2xl {
  border-bottom-right-radius: 1rem !important;
}

.tw-rounded-bl-2xl {
  border-bottom-left-radius: 1rem !important;
}

.tw-rounded-tl-3xl {
  border-top-left-radius: 1.5rem !important;
}

.tw-rounded-tr-3xl {
  border-top-right-radius: 1.5rem !important;
}

.tw-rounded-br-3xl {
  border-bottom-right-radius: 1.5rem !important;
}

.tw-rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem !important;
}

.tw-rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.tw-rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.tw-rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.tw-border-solid {
  border-style: solid !important;
}

.tw-border-dashed {
  border-style: dashed !important;
}

.tw-border-dotted {
  border-style: dotted !important;
}

.tw-border-double {
  border-style: double !important;
}

.tw-border-none {
  border-style: none !important;
}

.tw-border-0 {
  border-width: 0px !important;
}

.tw-border-2 {
  border-width: 2px !important;
}

.tw-border-4 {
  border-width: 4px !important;
}

.tw-border-8 {
  border-width: 8px !important;
}

.tw-border {
  border-width: 1px !important;
}

.tw-border-t-0 {
  border-top-width: 0px !important;
}

.tw-border-r-0 {
  border-right-width: 0px !important;
}

.tw-border-b-0 {
  border-bottom-width: 0px !important;
}

.tw-border-l-0 {
  border-left-width: 0px !important;
}

.tw-border-t-2 {
  border-top-width: 2px !important;
}

.tw-border-r-2 {
  border-right-width: 2px !important;
}

.tw-border-b-2 {
  border-bottom-width: 2px !important;
}

.tw-border-l-2 {
  border-left-width: 2px !important;
}

.tw-border-t-4 {
  border-top-width: 4px !important;
}

.tw-border-r-4 {
  border-right-width: 4px !important;
}

.tw-border-b-4 {
  border-bottom-width: 4px !important;
}

.tw-border-l-4 {
  border-left-width: 4px !important;
}

.tw-border-t-8 {
  border-top-width: 8px !important;
}

.tw-border-r-8 {
  border-right-width: 8px !important;
}

.tw-border-b-8 {
  border-bottom-width: 8px !important;
}

.tw-border-l-8 {
  border-left-width: 8px !important;
}

.tw-border-t {
  border-top-width: 1px !important;
}

.tw-border-r {
  border-right-width: 1px !important;
}

.tw-border-b {
  border-bottom-width: 1px !important;
}

.tw-border-l {
  border-left-width: 1px !important;
}

.tw-box-border {
  box-sizing: border-box !important;
}

.tw-box-content {
  box-sizing: content-box !important;
}

.tw-cursor-auto {
  cursor: auto !important;
}

.tw-cursor-default {
  cursor: default !important;
}

.tw-cursor-pointer {
  cursor: pointer !important;
}

.tw-cursor-wait {
  cursor: wait !important;
}

.tw-cursor-text {
  cursor: text !important;
}

.tw-cursor-move {
  cursor: move !important;
}

.tw-cursor-help {
  cursor: help !important;
}

.tw-cursor-not-allowed {
  cursor: not-allowed !important;
}

.tw-block {
  display: block !important;
}

.tw-inline-block {
  display: inline-block !important;
}

.tw-inline {
  display: inline !important;
}

.tw-flex {
  display: flex !important;
}

.tw-inline-flex {
  display: inline-flex !important;
}

.tw-table {
  display: table !important;
}

.tw-table-caption {
  display: table-caption !important;
}

.tw-table-cell {
  display: table-cell !important;
}

.tw-table-column {
  display: table-column !important;
}

.tw-table-column-group {
  display: table-column-group !important;
}

.tw-table-footer-group {
  display: table-footer-group !important;
}

.tw-table-header-group {
  display: table-header-group !important;
}

.tw-table-row-group {
  display: table-row-group !important;
}

.tw-table-row {
  display: table-row !important;
}

.tw-flow-root {
  display: flow-root !important;
}

.tw-grid {
  display: grid !important;
}

.tw-inline-grid {
  display: inline-grid !important;
}

.tw-contents {
  display: contents !important;
}

.tw-hidden {
  display: none !important;
}

.tw-flex-row {
  flex-direction: row !important;
}

.tw-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.tw-flex-col {
  flex-direction: column !important;
}

.tw-flex-col-reverse {
  flex-direction: column-reverse !important;
}

.tw-flex-wrap {
  flex-wrap: wrap !important;
}

.tw-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.tw-flex-nowrap {
  flex-wrap: nowrap !important;
}

.tw-place-items-auto {
  place-items: auto !important;
}

.tw-place-items-start {
  place-items: start !important;
}

.tw-place-items-end {
  place-items: end !important;
}

.tw-place-items-center {
  place-items: center !important;
}

.tw-place-items-stretch {
  place-items: stretch !important;
}

.tw-place-content-center {
  place-content: center !important;
}

.tw-place-content-start {
  place-content: start !important;
}

.tw-place-content-end {
  place-content: end !important;
}

.tw-place-content-between {
  place-content: space-between !important;
}

.tw-place-content-around {
  place-content: space-around !important;
}

.tw-place-content-evenly {
  place-content: space-evenly !important;
}

.tw-place-content-stretch {
  place-content: stretch !important;
}

.tw-place-self-auto {
  place-self: auto !important;
}

.tw-place-self-start {
  place-self: start !important;
}

.tw-place-self-end {
  place-self: end !important;
}

.tw-place-self-center {
  place-self: center !important;
}

.tw-place-self-stretch {
  place-self: stretch !important;
}

.tw-items-start {
  align-items: flex-start !important;
}

.tw-items-end {
  align-items: flex-end !important;
}

.tw-items-center {
  align-items: center !important;
}

.tw-items-baseline {
  align-items: baseline !important;
}

.tw-items-stretch {
  align-items: stretch !important;
}

.tw-content-center {
  align-content: center !important;
}

.tw-content-start {
  align-content: flex-start !important;
}

.tw-content-end {
  align-content: flex-end !important;
}

.tw-content-between {
  align-content: space-between !important;
}

.tw-content-around {
  align-content: space-around !important;
}

.tw-content-evenly {
  align-content: space-evenly !important;
}

.tw-self-auto {
  align-self: auto !important;
}

.tw-self-start {
  align-self: flex-start !important;
}

.tw-self-end {
  align-self: flex-end !important;
}

.tw-self-center {
  align-self: center !important;
}

.tw-self-stretch {
  align-self: stretch !important;
}

.tw-justify-items-auto {
  justify-items: auto !important;
}

.tw-justify-items-start {
  justify-items: start !important;
}

.tw-justify-items-end {
  justify-items: end !important;
}

.tw-justify-items-center {
  justify-items: center !important;
}

.tw-justify-items-stretch {
  justify-items: stretch !important;
}

.tw-justify-start {
  justify-content: flex-start !important;
}

.tw-justify-end {
  justify-content: flex-end !important;
}

.tw-justify-center {
  justify-content: center !important;
}

.tw-justify-between {
  justify-content: space-between !important;
}

.tw-justify-around {
  justify-content: space-around !important;
}

.tw-justify-evenly {
  justify-content: space-evenly !important;
}

.tw-justify-self-auto {
  justify-self: auto !important;
}

.tw-justify-self-start {
  justify-self: start !important;
}

.tw-justify-self-end {
  justify-self: end !important;
}

.tw-justify-self-center {
  justify-self: center !important;
}

.tw-justify-self-stretch {
  justify-self: stretch !important;
}

.tw-flex-1 {
  flex: 1 1 0% !important;
}

.tw-flex-auto {
  flex: 1 1 auto !important;
}

.tw-flex-initial {
  flex: 0 1 auto !important;
}

.tw-flex-none {
  flex: none !important;
}

.tw-flex-grow-0 {
  flex-grow: 0 !important;
}

.tw-flex-grow {
  flex-grow: 1 !important;
}

.tw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.tw-flex-shrink {
  flex-shrink: 1 !important;
}

.tw-order-1 {
  order: 1 !important;
}

.tw-order-2 {
  order: 2 !important;
}

.tw-order-3 {
  order: 3 !important;
}

.tw-order-4 {
  order: 4 !important;
}

.tw-order-5 {
  order: 5 !important;
}

.tw-order-6 {
  order: 6 !important;
}

.tw-order-7 {
  order: 7 !important;
}

.tw-order-8 {
  order: 8 !important;
}

.tw-order-9 {
  order: 9 !important;
}

.tw-order-10 {
  order: 10 !important;
}

.tw-order-11 {
  order: 11 !important;
}

.tw-order-12 {
  order: 12 !important;
}

.tw-order-first {
  order: -9999 !important;
}

.tw-order-last {
  order: 9999 !important;
}

.tw-order-none {
  order: 0 !important;
}

.tw-float-right {
  float: right !important;
}

.tw-float-left {
  float: left !important;
}

.tw-float-none {
  float: none !important;
}

.tw-clear-left {
  clear: left !important;
}

.tw-clear-right {
  clear: right !important;
}

.tw-clear-both {
  clear: both !important;
}

.tw-clear-none {
  clear: none !important;
}

.tw-font-helvetica {
  font-family: Helvetica, Arial, sans-serif !important;
}

.tw-font-kanit {
  font-family: Kanit, sans-serif !important;
}

.tw-font-thin {
  font-weight: 100 !important;
}

.tw-font-extralight {
  font-weight: 200 !important;
}

.tw-font-light {
  font-weight: 300 !important;
}

.tw-font-normal {
  font-weight: 400 !important;
}

.tw-font-medium {
  font-weight: 500 !important;
}

.tw-font-semibold {
  font-weight: 600 !important;
}

.tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-extrabold {
  font-weight: 800 !important;
}

.tw-font-black {
  font-weight: 900 !important;
}

.tw-h-0 {
  height: 0px !important;
}

.tw-h-1 {
  height: 0.25rem !important;
}

.tw-h-2 {
  height: 0.5rem !important;
}

.tw-h-3 {
  height: 0.75rem !important;
}

.tw-h-4 {
  height: 1rem !important;
}

.tw-h-5 {
  height: 1.25rem !important;
}

.tw-h-6 {
  height: 1.5rem !important;
}

.tw-h-7 {
  height: 1.75rem !important;
}

.tw-h-8 {
  height: 2rem !important;
}

.tw-h-9 {
  height: 2.25rem !important;
}

.tw-h-10 {
  height: 2.5rem !important;
}

.tw-h-11 {
  height: 2.75rem !important;
}

.tw-h-12 {
  height: 3rem !important;
}

.tw-h-14 {
  height: 3.5rem !important;
}

.tw-h-16 {
  height: 4rem !important;
}

.tw-h-20 {
  height: 5rem !important;
}

.tw-h-24 {
  height: 6rem !important;
}

.tw-h-28 {
  height: 7rem !important;
}

.tw-h-32 {
  height: 8rem !important;
}

.tw-h-36 {
  height: 9rem !important;
}

.tw-h-40 {
  height: 10rem !important;
}

.tw-h-44 {
  height: 11rem !important;
}

.tw-h-48 {
  height: 12rem !important;
}

.tw-h-52 {
  height: 13rem !important;
}

.tw-h-56 {
  height: 14rem !important;
}

.tw-h-60 {
  height: 15rem !important;
}

.tw-h-64 {
  height: 16rem !important;
}

.tw-h-72 {
  height: 18rem !important;
}

.tw-h-80 {
  height: 20rem !important;
}

.tw-h-96 {
  height: 24rem !important;
}

.tw-h-auto {
  height: auto !important;
}

.tw-h-px {
  height: 1px !important;
}

.tw-h-0\.5 {
  height: 0.125rem !important;
}

.tw-h-1\.5 {
  height: 0.375rem !important;
}

.tw-h-2\.5 {
  height: 0.625rem !important;
}

.tw-h-3\.5 {
  height: 0.875rem !important;
}

.tw-h-1\/2 {
  height: 50% !important;
}

.tw-h-1\/3 {
  height: 33.333333% !important;
}

.tw-h-2\/3 {
  height: 66.666667% !important;
}

.tw-h-1\/4 {
  height: 25% !important;
}

.tw-h-2\/4 {
  height: 50% !important;
}

.tw-h-3\/4 {
  height: 75% !important;
}

.tw-h-1\/5 {
  height: 20% !important;
}

.tw-h-2\/5 {
  height: 40% !important;
}

.tw-h-3\/5 {
  height: 60% !important;
}

.tw-h-4\/5 {
  height: 80% !important;
}

.tw-h-1\/6 {
  height: 16.666667% !important;
}

.tw-h-2\/6 {
  height: 33.333333% !important;
}

.tw-h-3\/6 {
  height: 50% !important;
}

.tw-h-4\/6 {
  height: 66.666667% !important;
}

.tw-h-5\/6 {
  height: 83.333333% !important;
}

.tw-h-full {
  height: 100% !important;
}

.tw-h-screen {
  height: 100vh !important;
}

.tw-text-xxs {
  font-size: 0.4375rem !important;
  line-height: 0.57rem !important;
}

.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.tw-text-xxl {
  font-size: 1.429rem !important;
  line-height: 1.75rem !important;
}

.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.tw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.tw-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.tw-text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.tw-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.tw-text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}

.tw-text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}

.tw-text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important;
}

.tw-text-5xs {
  font-size: 0.5rem !important;
  line-height: 0.53rem !important;
}

.tw-leading-3 {
  line-height: .75rem !important;
}

.tw-leading-4 {
  line-height: 1rem !important;
}

.tw-leading-5 {
  line-height: 1.25rem !important;
}

.tw-leading-6 {
  line-height: 1.5rem !important;
}

.tw-leading-7 {
  line-height: 1.75rem !important;
}

.tw-leading-8 {
  line-height: 2rem !important;
}

.tw-leading-9 {
  line-height: 2.25rem !important;
}

.tw-leading-10 {
  line-height: 2.5rem !important;
}

.tw-leading-none {
  line-height: 1 !important;
}

.tw-leading-tight {
  line-height: 1.25 !important;
}

.tw-leading-snug {
  line-height: 1.375 !important;
}

.tw-leading-normal {
  line-height: 1.5 !important;
}

.tw-leading-relaxed {
  line-height: 1.625 !important;
}

.tw-leading-loose {
  line-height: 2 !important;
}

.tw-list-inside {
  list-style-position: inside !important;
}

.tw-list-outside {
  list-style-position: outside !important;
}

.tw-list-none {
  list-style-type: none !important;
}

.tw-list-disc {
  list-style-type: disc !important;
}

.tw-list-decimal {
  list-style-type: decimal !important;
}

.tw-m-0 {
  margin: 0px !important;
}

.tw-m-1 {
  margin: 0.25rem !important;
}

.tw-m-2 {
  margin: 0.5rem !important;
}

.tw-m-3 {
  margin: 0.75rem !important;
}

.tw-m-4 {
  margin: 1rem !important;
}

.tw-m-5 {
  margin: 1.25rem !important;
}

.tw-m-6 {
  margin: 1.5rem !important;
}

.tw-m-7 {
  margin: 1.75rem !important;
}

.tw-m-8 {
  margin: 2rem !important;
}

.tw-m-9 {
  margin: 2.25rem !important;
}

.tw-m-10 {
  margin: 2.5rem !important;
}

.tw-m-11 {
  margin: 2.75rem !important;
}

.tw-m-12 {
  margin: 3rem !important;
}

.tw-m-14 {
  margin: 3.5rem !important;
}

.tw-m-16 {
  margin: 4rem !important;
}

.tw-m-20 {
  margin: 5rem !important;
}

.tw-m-24 {
  margin: 6rem !important;
}

.tw-m-28 {
  margin: 7rem !important;
}

.tw-m-32 {
  margin: 8rem !important;
}

.tw-m-36 {
  margin: 9rem !important;
}

.tw-m-40 {
  margin: 10rem !important;
}

.tw-m-44 {
  margin: 11rem !important;
}

.tw-m-48 {
  margin: 12rem !important;
}

.tw-m-52 {
  margin: 13rem !important;
}

.tw-m-56 {
  margin: 14rem !important;
}

.tw-m-60 {
  margin: 15rem !important;
}

.tw-m-64 {
  margin: 16rem !important;
}

.tw-m-72 {
  margin: 18rem !important;
}

.tw-m-80 {
  margin: 20rem !important;
}

.tw-m-96 {
  margin: 24rem !important;
}

.tw-m-auto {
  margin: auto !important;
}

.tw-m-px {
  margin: 1px !important;
}

.tw-m-0\.5 {
  margin: 0.125rem !important;
}

.tw-m-1\.5 {
  margin: 0.375rem !important;
}

.tw-m-2\.5 {
  margin: 0.625rem !important;
}

.tw-m-3\.5 {
  margin: 0.875rem !important;
}

.tw--m-0 {
  margin: 0px !important;
}

.tw--m-1 {
  margin: -0.25rem !important;
}

.tw--m-2 {
  margin: -0.5rem !important;
}

.tw--m-3 {
  margin: -0.75rem !important;
}

.tw--m-4 {
  margin: -1rem !important;
}

.tw--m-5 {
  margin: -1.25rem !important;
}

.tw--m-6 {
  margin: -1.5rem !important;
}

.tw--m-7 {
  margin: -1.75rem !important;
}

.tw--m-8 {
  margin: -2rem !important;
}

.tw--m-9 {
  margin: -2.25rem !important;
}

.tw--m-10 {
  margin: -2.5rem !important;
}

.tw--m-11 {
  margin: -2.75rem !important;
}

.tw--m-12 {
  margin: -3rem !important;
}

.tw--m-14 {
  margin: -3.5rem !important;
}

.tw--m-16 {
  margin: -4rem !important;
}

.tw--m-20 {
  margin: -5rem !important;
}

.tw--m-24 {
  margin: -6rem !important;
}

.tw--m-28 {
  margin: -7rem !important;
}

.tw--m-32 {
  margin: -8rem !important;
}

.tw--m-36 {
  margin: -9rem !important;
}

.tw--m-40 {
  margin: -10rem !important;
}

.tw--m-44 {
  margin: -11rem !important;
}

.tw--m-48 {
  margin: -12rem !important;
}

.tw--m-52 {
  margin: -13rem !important;
}

.tw--m-56 {
  margin: -14rem !important;
}

.tw--m-60 {
  margin: -15rem !important;
}

.tw--m-64 {
  margin: -16rem !important;
}

.tw--m-72 {
  margin: -18rem !important;
}

.tw--m-80 {
  margin: -20rem !important;
}

.tw--m-96 {
  margin: -24rem !important;
}

.tw--m-px {
  margin: -1px !important;
}

.tw--m-0\.5 {
  margin: -0.125rem !important;
}

.tw--m-1\.5 {
  margin: -0.375rem !important;
}

.tw--m-2\.5 {
  margin: -0.625rem !important;
}

.tw--m-3\.5 {
  margin: -0.875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-0 {
  margin-top: 0px !important;
}

.tw-mr-0 {
  margin-right: 0px !important;
}

.tw-mb-0 {
  margin-bottom: 0px !important;
}

.tw-ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-auto {
  margin-top: auto !important;
}

.tw-mr-auto {
  margin-right: auto !important;
}

.tw-mb-auto {
  margin-bottom: auto !important;
}

.tw-ml-auto {
  margin-left: auto !important;
}

.tw-mt-px {
  margin-top: 1px !important;
}

.tw-mr-px {
  margin-right: 1px !important;
}

.tw-mb-px {
  margin-bottom: 1px !important;
}

.tw-ml-px {
  margin-left: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--mt-0 {
  margin-top: 0px !important;
}

.tw--mr-0 {
  margin-right: 0px !important;
}

.tw--mb-0 {
  margin-bottom: 0px !important;
}

.tw--ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--mt-px {
  margin-top: -1px !important;
}

.tw--mr-px {
  margin-right: -1px !important;
}

.tw--mb-px {
  margin-bottom: -1px !important;
}

.tw--ml-px {
  margin-left: -1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-max-h-0 {
  max-height: 0px !important;
}

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

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

.tw-max-h-3 {
  max-height: 0.75rem !important;
}

.tw-max-h-4 {
  max-height: 1rem !important;
}

.tw-max-h-5 {
  max-height: 1.25rem !important;
}

.tw-max-h-6 {
  max-height: 1.5rem !important;
}

.tw-max-h-7 {
  max-height: 1.75rem !important;
}

.tw-max-h-8 {
  max-height: 2rem !important;
}

.tw-max-h-9 {
  max-height: 2.25rem !important;
}

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

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

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

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

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

.tw-max-h-20 {
  max-height: 5rem !important;
}

.tw-max-h-24 {
  max-height: 6rem !important;
}

.tw-max-h-28 {
  max-height: 7rem !important;
}

.tw-max-h-32 {
  max-height: 8rem !important;
}

.tw-max-h-36 {
  max-height: 9rem !important;
}

.tw-max-h-40 {
  max-height: 10rem !important;
}

.tw-max-h-44 {
  max-height: 11rem !important;
}

.tw-max-h-48 {
  max-height: 12rem !important;
}

.tw-max-h-52 {
  max-height: 13rem !important;
}

.tw-max-h-56 {
  max-height: 14rem !important;
}

.tw-max-h-60 {
  max-height: 15rem !important;
}

.tw-max-h-64 {
  max-height: 16rem !important;
}

.tw-max-h-72 {
  max-height: 18rem !important;
}

.tw-max-h-80 {
  max-height: 20rem !important;
}

.tw-max-h-96 {
  max-height: 24rem !important;
}

.tw-max-h-px {
  max-height: 1px !important;
}

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

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

.tw-max-h-2\.5 {
  max-height: 0.625rem !important;
}

.tw-max-h-3\.5 {
  max-height: 0.875rem !important;
}

.tw-max-h-full {
  max-height: 100% !important;
}

.tw-max-h-screen {
  max-height: 100vh !important;
}

.tw-max-w-0 {
  max-width: 0rem !important;
}

.tw-max-w-none {
  max-width: none !important;
}

.tw-max-w-xs {
  max-width: 20rem !important;
}

.tw-max-w-sm {
  max-width: 24rem !important;
}

.tw-max-w-md {
  max-width: 28rem !important;
}

.tw-max-w-lg {
  max-width: 32rem !important;
}

.tw-max-w-xl {
  max-width: 36rem !important;
}

.tw-max-w-2xl {
  max-width: 42rem !important;
}

.tw-max-w-3xl {
  max-width: 48rem !important;
}

.tw-max-w-4xl {
  max-width: 56rem !important;
}

.tw-max-w-5xl {
  max-width: 64rem !important;
}

.tw-max-w-6xl {
  max-width: 72rem !important;
}

.tw-max-w-7xl {
  max-width: 80rem !important;
}

.tw-max-w-full {
  max-width: 100% !important;
}

.tw-max-w-min {
  max-width: -webkit-min-content !important;
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.tw-max-w-max {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.tw-max-w-prose {
  max-width: 65ch !important;
}

.tw-max-w-screen-xxs {
  max-width: 365px !important;
}

.tw-max-w-screen-xs {
  max-width: 414px !important;
}

.tw-max-w-screen-sm {
  max-width: 640px !important;
}

.tw-max-w-screen-md {
  max-width: 768px !important;
}

.tw-max-w-screen-lg {
  max-width: 1024px !important;
}

.tw-max-w-screen-xl {
  max-width: 1280px !important;
}

.tw-max-w-screen-2xl {
  max-width: 1536px !important;
}

.tw-min-h-0 {
  min-height: 0px !important;
}

.tw-min-h-full {
  min-height: 100% !important;
}

.tw-min-h-screen {
  min-height: 100vh !important;
}

.tw-min-w-0 {
  min-width: 0px !important;
}

.tw-min-w-full {
  min-width: 100% !important;
}

.tw-min-w-min {
  min-width: -webkit-min-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.tw-min-w-max {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.tw-object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.tw-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tw-object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.tw-object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.tw-object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.tw-object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.tw-object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.tw-object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.tw-object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.tw-object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.tw-object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.tw-object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.tw-object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.tw-object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.tw-opacity-0 {
  opacity: 0 !important;
}

.tw-opacity-5 {
  opacity: 0.05 !important;
}

.tw-opacity-10 {
  opacity: 0.1 !important;
}

.tw-opacity-20 {
  opacity: 0.2 !important;
}

.tw-opacity-25 {
  opacity: 0.25 !important;
}

.tw-opacity-30 {
  opacity: 0.3 !important;
}

.tw-opacity-40 {
  opacity: 0.4 !important;
}

.tw-opacity-50 {
  opacity: 0.5 !important;
}

.tw-opacity-60 {
  opacity: 0.6 !important;
}

.tw-opacity-70 {
  opacity: 0.7 !important;
}

.tw-opacity-75 {
  opacity: 0.75 !important;
}

.tw-opacity-80 {
  opacity: 0.8 !important;
}

.tw-opacity-90 {
  opacity: 0.9 !important;
}

.tw-opacity-95 {
  opacity: 0.95 !important;
}

.tw-opacity-100 {
  opacity: 1 !important;
}

.tw-group:hover .group-hover\:tw-opacity-0 {
  opacity: 0 !important;
}

.tw-group:hover .group-hover\:tw-opacity-5 {
  opacity: 0.05 !important;
}

.tw-group:hover .group-hover\:tw-opacity-10 {
  opacity: 0.1 !important;
}

.tw-group:hover .group-hover\:tw-opacity-20 {
  opacity: 0.2 !important;
}

.tw-group:hover .group-hover\:tw-opacity-25 {
  opacity: 0.25 !important;
}

.tw-group:hover .group-hover\:tw-opacity-30 {
  opacity: 0.3 !important;
}

.tw-group:hover .group-hover\:tw-opacity-40 {
  opacity: 0.4 !important;
}

.tw-group:hover .group-hover\:tw-opacity-50 {
  opacity: 0.5 !important;
}

.tw-group:hover .group-hover\:tw-opacity-60 {
  opacity: 0.6 !important;
}

.tw-group:hover .group-hover\:tw-opacity-70 {
  opacity: 0.7 !important;
}

.tw-group:hover .group-hover\:tw-opacity-75 {
  opacity: 0.75 !important;
}

.tw-group:hover .group-hover\:tw-opacity-80 {
  opacity: 0.8 !important;
}

.tw-group:hover .group-hover\:tw-opacity-90 {
  opacity: 0.9 !important;
}

.tw-group:hover .group-hover\:tw-opacity-95 {
  opacity: 0.95 !important;
}

.tw-group:hover .group-hover\:tw-opacity-100 {
  opacity: 1 !important;
}

.focus-within\:tw-opacity-0:focus-within {
  opacity: 0 !important;
}

.focus-within\:tw-opacity-5:focus-within {
  opacity: 0.05 !important;
}

.focus-within\:tw-opacity-10:focus-within {
  opacity: 0.1 !important;
}

.focus-within\:tw-opacity-20:focus-within {
  opacity: 0.2 !important;
}

.focus-within\:tw-opacity-25:focus-within {
  opacity: 0.25 !important;
}

.focus-within\:tw-opacity-30:focus-within {
  opacity: 0.3 !important;
}

.focus-within\:tw-opacity-40:focus-within {
  opacity: 0.4 !important;
}

.focus-within\:tw-opacity-50:focus-within {
  opacity: 0.5 !important;
}

.focus-within\:tw-opacity-60:focus-within {
  opacity: 0.6 !important;
}

.focus-within\:tw-opacity-70:focus-within {
  opacity: 0.7 !important;
}

.focus-within\:tw-opacity-75:focus-within {
  opacity: 0.75 !important;
}

.focus-within\:tw-opacity-80:focus-within {
  opacity: 0.8 !important;
}

.focus-within\:tw-opacity-90:focus-within {
  opacity: 0.9 !important;
}

.focus-within\:tw-opacity-95:focus-within {
  opacity: 0.95 !important;
}

.focus-within\:tw-opacity-100:focus-within {
  opacity: 1 !important;
}

.hover\:tw-opacity-0:hover {
  opacity: 0 !important;
}

.hover\:tw-opacity-5:hover {
  opacity: 0.05 !important;
}

.hover\:tw-opacity-10:hover {
  opacity: 0.1 !important;
}

.hover\:tw-opacity-20:hover {
  opacity: 0.2 !important;
}

.hover\:tw-opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:tw-opacity-30:hover {
  opacity: 0.3 !important;
}

.hover\:tw-opacity-40:hover {
  opacity: 0.4 !important;
}

.hover\:tw-opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:tw-opacity-60:hover {
  opacity: 0.6 !important;
}

.hover\:tw-opacity-70:hover {
  opacity: 0.7 !important;
}

.hover\:tw-opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:tw-opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:tw-opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:tw-opacity-95:hover {
  opacity: 0.95 !important;
}

.hover\:tw-opacity-100:hover {
  opacity: 1 !important;
}

.focus\:tw-opacity-0:focus {
  opacity: 0 !important;
}

.focus\:tw-opacity-5:focus {
  opacity: 0.05 !important;
}

.focus\:tw-opacity-10:focus {
  opacity: 0.1 !important;
}

.focus\:tw-opacity-20:focus {
  opacity: 0.2 !important;
}

.focus\:tw-opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:tw-opacity-30:focus {
  opacity: 0.3 !important;
}

.focus\:tw-opacity-40:focus {
  opacity: 0.4 !important;
}

.focus\:tw-opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:tw-opacity-60:focus {
  opacity: 0.6 !important;
}

.focus\:tw-opacity-70:focus {
  opacity: 0.7 !important;
}

.focus\:tw-opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:tw-opacity-80:focus {
  opacity: 0.8 !important;
}

.focus\:tw-opacity-90:focus {
  opacity: 0.9 !important;
}

.focus\:tw-opacity-95:focus {
  opacity: 0.95 !important;
}

.focus\:tw-opacity-100:focus {
  opacity: 1 !important;
}

.tw-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tw-outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.tw-outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:tw-outline-none:focus-within {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:tw-outline-white:focus-within {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:tw-outline-black:focus-within {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.tw-overflow-auto {
  overflow: auto !important;
}

.tw-overflow-hidden {
  overflow: hidden !important;
}

.tw-overflow-visible {
  overflow: visible !important;
}

.tw-overflow-scroll {
  overflow: scroll !important;
}

.tw-overflow-x-auto {
  overflow-x: auto !important;
}

.tw-overflow-y-auto {
  overflow-y: auto !important;
}

.tw-overflow-x-hidden {
  overflow-x: hidden !important;
}

.tw-overflow-y-hidden {
  overflow-y: hidden !important;
}

.tw-overflow-x-visible {
  overflow-x: visible !important;
}

.tw-overflow-y-visible {
  overflow-y: visible !important;
}

.tw-overflow-x-scroll {
  overflow-x: scroll !important;
}

.tw-overflow-y-scroll {
  overflow-y: scroll !important;
}

.tw-overscroll-auto {
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.tw-overscroll-contain {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.tw-overscroll-none {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.tw-overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.tw-overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.tw-overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.tw-overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.tw-overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.tw-overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.tw-p-0 {
  padding: 0px !important;
}

.tw-p-1 {
  padding: 0.25rem !important;
}

.tw-p-2 {
  padding: 0.5rem !important;
}

.tw-p-3 {
  padding: 0.75rem !important;
}

.tw-p-4 {
  padding: 1rem !important;
}

.tw-p-5 {
  padding: 1.25rem !important;
}

.tw-p-6 {
  padding: 1.5rem !important;
}

.tw-p-7 {
  padding: 1.75rem !important;
}

.tw-p-8 {
  padding: 2rem !important;
}

.tw-p-9 {
  padding: 2.25rem !important;
}

.tw-p-10 {
  padding: 2.5rem !important;
}

.tw-p-11 {
  padding: 2.75rem !important;
}

.tw-p-12 {
  padding: 3rem !important;
}

.tw-p-14 {
  padding: 3.5rem !important;
}

.tw-p-16 {
  padding: 4rem !important;
}

.tw-p-20 {
  padding: 5rem !important;
}

.tw-p-24 {
  padding: 6rem !important;
}

.tw-p-28 {
  padding: 7rem !important;
}

.tw-p-32 {
  padding: 8rem !important;
}

.tw-p-36 {
  padding: 9rem !important;
}

.tw-p-40 {
  padding: 10rem !important;
}

.tw-p-44 {
  padding: 11rem !important;
}

.tw-p-48 {
  padding: 12rem !important;
}

.tw-p-52 {
  padding: 13rem !important;
}

.tw-p-56 {
  padding: 14rem !important;
}

.tw-p-60 {
  padding: 15rem !important;
}

.tw-p-64 {
  padding: 16rem !important;
}

.tw-p-72 {
  padding: 18rem !important;
}

.tw-p-80 {
  padding: 20rem !important;
}

.tw-p-96 {
  padding: 24rem !important;
}

.tw-p-px {
  padding: 1px !important;
}

.tw-p-0\.5 {
  padding: 0.125rem !important;
}

.tw-p-1\.5 {
  padding: 0.375rem !important;
}

.tw-p-2\.5 {
  padding: 0.625rem !important;
}

.tw-p-3\.5 {
  padding: 0.875rem !important;
}

.tw-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.tw-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.tw-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.tw-py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.tw-px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tw-py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.tw-px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.tw-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.tw-py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.tw-px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.tw-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.tw-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.tw-py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.tw-px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.tw-py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.tw-px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.tw-py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.tw-px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.tw-py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.tw-px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.tw-py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.tw-px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.tw-py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.tw-px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.tw-py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.tw-px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.tw-py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.tw-px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.tw-py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.tw-px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.tw-py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.tw-px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.tw-py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.tw-px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.tw-py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.tw-px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.tw-py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.tw-px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.tw-py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.tw-px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.tw-py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.tw-px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.tw-py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.tw-px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.tw-py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.tw-px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.tw-py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.tw-px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.tw-py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.tw-px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.tw-py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.tw-px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.tw-py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.tw-px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.tw-py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.tw-px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.tw-pt-0 {
  padding-top: 0px !important;
}

.tw-pr-0 {
  padding-right: 0px !important;
}

.tw-pb-0 {
  padding-bottom: 0px !important;
}

.tw-pl-0 {
  padding-left: 0px !important;
}

.tw-pt-1 {
  padding-top: 0.25rem !important;
}

.tw-pr-1 {
  padding-right: 0.25rem !important;
}

.tw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.tw-pl-1 {
  padding-left: 0.25rem !important;
}

.tw-pt-2 {
  padding-top: 0.5rem !important;
}

.tw-pr-2 {
  padding-right: 0.5rem !important;
}

.tw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.tw-pl-2 {
  padding-left: 0.5rem !important;
}

.tw-pt-3 {
  padding-top: 0.75rem !important;
}

.tw-pr-3 {
  padding-right: 0.75rem !important;
}

.tw-pb-3 {
  padding-bottom: 0.75rem !important;
}

.tw-pl-3 {
  padding-left: 0.75rem !important;
}

.tw-pt-4 {
  padding-top: 1rem !important;
}

.tw-pr-4 {
  padding-right: 1rem !important;
}

.tw-pb-4 {
  padding-bottom: 1rem !important;
}

.tw-pl-4 {
  padding-left: 1rem !important;
}

.tw-pt-5 {
  padding-top: 1.25rem !important;
}

.tw-pr-5 {
  padding-right: 1.25rem !important;
}

.tw-pb-5 {
  padding-bottom: 1.25rem !important;
}

.tw-pl-5 {
  padding-left: 1.25rem !important;
}

.tw-pt-6 {
  padding-top: 1.5rem !important;
}

.tw-pr-6 {
  padding-right: 1.5rem !important;
}

.tw-pb-6 {
  padding-bottom: 1.5rem !important;
}

.tw-pl-6 {
  padding-left: 1.5rem !important;
}

.tw-pt-7 {
  padding-top: 1.75rem !important;
}

.tw-pr-7 {
  padding-right: 1.75rem !important;
}

.tw-pb-7 {
  padding-bottom: 1.75rem !important;
}

.tw-pl-7 {
  padding-left: 1.75rem !important;
}

.tw-pt-8 {
  padding-top: 2rem !important;
}

.tw-pr-8 {
  padding-right: 2rem !important;
}

.tw-pb-8 {
  padding-bottom: 2rem !important;
}

.tw-pl-8 {
  padding-left: 2rem !important;
}

.tw-pt-9 {
  padding-top: 2.25rem !important;
}

.tw-pr-9 {
  padding-right: 2.25rem !important;
}

.tw-pb-9 {
  padding-bottom: 2.25rem !important;
}

.tw-pl-9 {
  padding-left: 2.25rem !important;
}

.tw-pt-10 {
  padding-top: 2.5rem !important;
}

.tw-pr-10 {
  padding-right: 2.5rem !important;
}

.tw-pb-10 {
  padding-bottom: 2.5rem !important;
}

.tw-pl-10 {
  padding-left: 2.5rem !important;
}

.tw-pt-11 {
  padding-top: 2.75rem !important;
}

.tw-pr-11 {
  padding-right: 2.75rem !important;
}

.tw-pb-11 {
  padding-bottom: 2.75rem !important;
}

.tw-pl-11 {
  padding-left: 2.75rem !important;
}

.tw-pt-12 {
  padding-top: 3rem !important;
}

.tw-pr-12 {
  padding-right: 3rem !important;
}

.tw-pb-12 {
  padding-bottom: 3rem !important;
}

.tw-pl-12 {
  padding-left: 3rem !important;
}

.tw-pt-14 {
  padding-top: 3.5rem !important;
}

.tw-pr-14 {
  padding-right: 3.5rem !important;
}

.tw-pb-14 {
  padding-bottom: 3.5rem !important;
}

.tw-pl-14 {
  padding-left: 3.5rem !important;
}

.tw-pt-16 {
  padding-top: 4rem !important;
}

.tw-pr-16 {
  padding-right: 4rem !important;
}

.tw-pb-16 {
  padding-bottom: 4rem !important;
}

.tw-pl-16 {
  padding-left: 4rem !important;
}

.tw-pt-20 {
  padding-top: 5rem !important;
}

.tw-pr-20 {
  padding-right: 5rem !important;
}

.tw-pb-20 {
  padding-bottom: 5rem !important;
}

.tw-pl-20 {
  padding-left: 5rem !important;
}

.tw-pt-24 {
  padding-top: 6rem !important;
}

.tw-pr-24 {
  padding-right: 6rem !important;
}

.tw-pb-24 {
  padding-bottom: 6rem !important;
}

.tw-pl-24 {
  padding-left: 6rem !important;
}

.tw-pt-28 {
  padding-top: 7rem !important;
}

.tw-pr-28 {
  padding-right: 7rem !important;
}

.tw-pb-28 {
  padding-bottom: 7rem !important;
}

.tw-pl-28 {
  padding-left: 7rem !important;
}

.tw-pt-32 {
  padding-top: 8rem !important;
}

.tw-pr-32 {
  padding-right: 8rem !important;
}

.tw-pb-32 {
  padding-bottom: 8rem !important;
}

.tw-pl-32 {
  padding-left: 8rem !important;
}

.tw-pt-36 {
  padding-top: 9rem !important;
}

.tw-pr-36 {
  padding-right: 9rem !important;
}

.tw-pb-36 {
  padding-bottom: 9rem !important;
}

.tw-pl-36 {
  padding-left: 9rem !important;
}

.tw-pt-40 {
  padding-top: 10rem !important;
}

.tw-pr-40 {
  padding-right: 10rem !important;
}

.tw-pb-40 {
  padding-bottom: 10rem !important;
}

.tw-pl-40 {
  padding-left: 10rem !important;
}

.tw-pt-44 {
  padding-top: 11rem !important;
}

.tw-pr-44 {
  padding-right: 11rem !important;
}

.tw-pb-44 {
  padding-bottom: 11rem !important;
}

.tw-pl-44 {
  padding-left: 11rem !important;
}

.tw-pt-48 {
  padding-top: 12rem !important;
}

.tw-pr-48 {
  padding-right: 12rem !important;
}

.tw-pb-48 {
  padding-bottom: 12rem !important;
}

.tw-pl-48 {
  padding-left: 12rem !important;
}

.tw-pt-52 {
  padding-top: 13rem !important;
}

.tw-pr-52 {
  padding-right: 13rem !important;
}

.tw-pb-52 {
  padding-bottom: 13rem !important;
}

.tw-pl-52 {
  padding-left: 13rem !important;
}

.tw-pt-56 {
  padding-top: 14rem !important;
}

.tw-pr-56 {
  padding-right: 14rem !important;
}

.tw-pb-56 {
  padding-bottom: 14rem !important;
}

.tw-pl-56 {
  padding-left: 14rem !important;
}

.tw-pt-60 {
  padding-top: 15rem !important;
}

.tw-pr-60 {
  padding-right: 15rem !important;
}

.tw-pb-60 {
  padding-bottom: 15rem !important;
}

.tw-pl-60 {
  padding-left: 15rem !important;
}

.tw-pt-64 {
  padding-top: 16rem !important;
}

.tw-pr-64 {
  padding-right: 16rem !important;
}

.tw-pb-64 {
  padding-bottom: 16rem !important;
}

.tw-pl-64 {
  padding-left: 16rem !important;
}

.tw-pt-72 {
  padding-top: 18rem !important;
}

.tw-pr-72 {
  padding-right: 18rem !important;
}

.tw-pb-72 {
  padding-bottom: 18rem !important;
}

.tw-pl-72 {
  padding-left: 18rem !important;
}

.tw-pt-80 {
  padding-top: 20rem !important;
}

.tw-pr-80 {
  padding-right: 20rem !important;
}

.tw-pb-80 {
  padding-bottom: 20rem !important;
}

.tw-pl-80 {
  padding-left: 20rem !important;
}

.tw-pt-96 {
  padding-top: 24rem !important;
}

.tw-pr-96 {
  padding-right: 24rem !important;
}

.tw-pb-96 {
  padding-bottom: 24rem !important;
}

.tw-pl-96 {
  padding-left: 24rem !important;
}

.tw-pt-px {
  padding-top: 1px !important;
}

.tw-pr-px {
  padding-right: 1px !important;
}

.tw-pb-px {
  padding-bottom: 1px !important;
}

.tw-pl-px {
  padding-left: 1px !important;
}

.tw-pt-0\.5 {
  padding-top: 0.125rem !important;
}

.tw-pr-0\.5 {
  padding-right: 0.125rem !important;
}

.tw-pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

.tw-pl-0\.5 {
  padding-left: 0.125rem !important;
}

.tw-pt-1\.5 {
  padding-top: 0.375rem !important;
}

.tw-pr-1\.5 {
  padding-right: 0.375rem !important;
}

.tw-pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

.tw-pl-1\.5 {
  padding-left: 0.375rem !important;
}

.tw-pt-2\.5 {
  padding-top: 0.625rem !important;
}

.tw-pr-2\.5 {
  padding-right: 0.625rem !important;
}

.tw-pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

.tw-pl-2\.5 {
  padding-left: 0.625rem !important;
}

.tw-pt-3\.5 {
  padding-top: 0.875rem !important;
}

.tw-pr-3\.5 {
  padding-right: 0.875rem !important;
}

.tw-pb-3\.5 {
  padding-bottom: 0.875rem !important;
}

.tw-pl-3\.5 {
  padding-left: 0.875rem !important;
}

.tw-placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent:-ms-input-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent::placeholder {
  color: transparent !important;
}

.tw-placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current:-ms-input-placeholder {
  color: currentColor !important;
}

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

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

.tw-placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

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

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

.tw-placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

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

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

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

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

.tw-placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-150::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-150:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-150::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-current:focus:-ms-input-placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

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

.focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-150:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-150:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-150:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.tw-placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.tw-placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.tw-placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.tw-placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.tw-placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.tw-placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.tw-placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.tw-placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.tw-placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.tw-placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.tw-placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.tw-placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.tw-placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.tw-placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.tw-placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.tw-placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.tw-placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.tw-placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.tw-placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.tw-placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.tw-placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.tw-placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.tw-placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.tw-placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.tw-placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.tw-placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.tw-placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.tw-placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.tw-placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.tw-placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:tw-placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:tw-placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:tw-placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:tw-placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:tw-placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:tw-placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:tw-placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:tw-placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:tw-placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:tw-placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.tw-pointer-events-none {
  pointer-events: none !important;
}

.tw-pointer-events-auto {
  pointer-events: auto !important;
}

.tw-static {
  position: static !important;
}

.tw-fixed {
  position: fixed !important;
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

.tw-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.tw-inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.tw-inset-1 {
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important;
}

.tw-inset-2 {
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.tw-inset-3 {
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

.tw-inset-4 {
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.tw-inset-5 {
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
}

.tw-inset-6 {
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.tw-inset-7 {
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

.tw-inset-8 {
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.tw-inset-9 {
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

.tw-inset-10 {
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important;
}

.tw-inset-11 {
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

.tw-inset-12 {
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.tw-inset-14 {
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

.tw-inset-16 {
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

.tw-inset-20 {
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

.tw-inset-24 {
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

.tw-inset-28 {
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important;
}

.tw-inset-32 {
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important;
}

.tw-inset-36 {
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

.tw-inset-40 {
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important;
}

.tw-inset-44 {
  top: 11rem !important;
  right: 11rem !important;
  bottom: 11rem !important;
  left: 11rem !important;
}

.tw-inset-48 {
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

.tw-inset-52 {
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important;
}

.tw-inset-56 {
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

.tw-inset-60 {
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important;
}

.tw-inset-64 {
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

.tw-inset-72 {
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important;
}

.tw-inset-80 {
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important;
}

.tw-inset-96 {
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

.tw-inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.tw-inset-px {
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.tw-inset-0\.5 {
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.tw-inset-1\.5 {
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

.tw-inset-2\.5 {
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

.tw-inset-3\.5 {
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

.tw--inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.tw--inset-1 {
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}

.tw--inset-2 {
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important;
}

.tw--inset-3 {
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important;
}

.tw--inset-4 {
  top: -1rem !important;
  right: -1rem !important;
  bottom: -1rem !important;
  left: -1rem !important;
}

.tw--inset-5 {
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important;
}

.tw--inset-6 {
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

.tw--inset-7 {
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important;
}

.tw--inset-8 {
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important;
}

.tw--inset-9 {
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important;
}

.tw--inset-10 {
  top: -2.5rem !important;
  right: -2.5rem !important;
  bottom: -2.5rem !important;
  left: -2.5rem !important;
}

.tw--inset-11 {
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important;
}

.tw--inset-12 {
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

.tw--inset-14 {
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important;
}

.tw--inset-16 {
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

.tw--inset-20 {
  top: -5rem !important;
  right: -5rem !important;
  bottom: -5rem !important;
  left: -5rem !important;
}

.tw--inset-24 {
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

.tw--inset-28 {
  top: -7rem !important;
  right: -7rem !important;
  bottom: -7rem !important;
  left: -7rem !important;
}

.tw--inset-32 {
  top: -8rem !important;
  right: -8rem !important;
  bottom: -8rem !important;
  left: -8rem !important;
}

.tw--inset-36 {
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important;
}

.tw--inset-40 {
  top: -10rem !important;
  right: -10rem !important;
  bottom: -10rem !important;
  left: -10rem !important;
}

.tw--inset-44 {
  top: -11rem !important;
  right: -11rem !important;
  bottom: -11rem !important;
  left: -11rem !important;
}

.tw--inset-48 {
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important;
}

.tw--inset-52 {
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important;
}

.tw--inset-56 {
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important;
}

.tw--inset-60 {
  top: -15rem !important;
  right: -15rem !important;
  bottom: -15rem !important;
  left: -15rem !important;
}

.tw--inset-64 {
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important;
}

.tw--inset-72 {
  top: -18rem !important;
  right: -18rem !important;
  bottom: -18rem !important;
  left: -18rem !important;
}

.tw--inset-80 {
  top: -20rem !important;
  right: -20rem !important;
  bottom: -20rem !important;
  left: -20rem !important;
}

.tw--inset-96 {
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important;
}

.tw--inset-px {
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
}

.tw--inset-0\.5 {
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.tw--inset-1\.5 {
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important;
}

.tw--inset-2\.5 {
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important;
}

.tw--inset-3\.5 {
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important;
}

.tw-inset-1\/2 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.tw-inset-1\/3 {
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.tw-inset-2\/3 {
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.tw-inset-1\/4 {
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.tw-inset-2\/4 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.tw-inset-3\/4 {
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.tw-inset-full {
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.tw--inset-1\/2 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.tw--inset-1\/3 {
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

.tw--inset-2\/3 {
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

.tw--inset-1\/4 {
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

.tw--inset-2\/4 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.tw--inset-3\/4 {
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

.tw--inset-full {
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

.tw-inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.tw-inset-x-0 {
  right: 0px !important;
  left: 0px !important;
}

.tw-inset-y-1 {
  top: 0.25rem !important;
  bottom: 0.25rem !important;
}

.tw-inset-x-1 {
  right: 0.25rem !important;
  left: 0.25rem !important;
}

.tw-inset-y-2 {
  top: 0.5rem !important;
  bottom: 0.5rem !important;
}

.tw-inset-x-2 {
  right: 0.5rem !important;
  left: 0.5rem !important;
}

.tw-inset-y-3 {
  top: 0.75rem !important;
  bottom: 0.75rem !important;
}

.tw-inset-x-3 {
  right: 0.75rem !important;
  left: 0.75rem !important;
}

.tw-inset-y-4 {
  top: 1rem !important;
  bottom: 1rem !important;
}

.tw-inset-x-4 {
  right: 1rem !important;
  left: 1rem !important;
}

.tw-inset-y-5 {
  top: 1.25rem !important;
  bottom: 1.25rem !important;
}

.tw-inset-x-5 {
  right: 1.25rem !important;
  left: 1.25rem !important;
}

.tw-inset-y-6 {
  top: 1.5rem !important;
  bottom: 1.5rem !important;
}

.tw-inset-x-6 {
  right: 1.5rem !important;
  left: 1.5rem !important;
}

.tw-inset-y-7 {
  top: 1.75rem !important;
  bottom: 1.75rem !important;
}

.tw-inset-x-7 {
  right: 1.75rem !important;
  left: 1.75rem !important;
}

.tw-inset-y-8 {
  top: 2rem !important;
  bottom: 2rem !important;
}

.tw-inset-x-8 {
  right: 2rem !important;
  left: 2rem !important;
}

.tw-inset-y-9 {
  top: 2.25rem !important;
  bottom: 2.25rem !important;
}

.tw-inset-x-9 {
  right: 2.25rem !important;
  left: 2.25rem !important;
}

.tw-inset-y-10 {
  top: 2.5rem !important;
  bottom: 2.5rem !important;
}

.tw-inset-x-10 {
  right: 2.5rem !important;
  left: 2.5rem !important;
}

.tw-inset-y-11 {
  top: 2.75rem !important;
  bottom: 2.75rem !important;
}

.tw-inset-x-11 {
  right: 2.75rem !important;
  left: 2.75rem !important;
}

.tw-inset-y-12 {
  top: 3rem !important;
  bottom: 3rem !important;
}

.tw-inset-x-12 {
  right: 3rem !important;
  left: 3rem !important;
}

.tw-inset-y-14 {
  top: 3.5rem !important;
  bottom: 3.5rem !important;
}

.tw-inset-x-14 {
  right: 3.5rem !important;
  left: 3.5rem !important;
}

.tw-inset-y-16 {
  top: 4rem !important;
  bottom: 4rem !important;
}

.tw-inset-x-16 {
  right: 4rem !important;
  left: 4rem !important;
}

.tw-inset-y-20 {
  top: 5rem !important;
  bottom: 5rem !important;
}

.tw-inset-x-20 {
  right: 5rem !important;
  left: 5rem !important;
}

.tw-inset-y-24 {
  top: 6rem !important;
  bottom: 6rem !important;
}

.tw-inset-x-24 {
  right: 6rem !important;
  left: 6rem !important;
}

.tw-inset-y-28 {
  top: 7rem !important;
  bottom: 7rem !important;
}

.tw-inset-x-28 {
  right: 7rem !important;
  left: 7rem !important;
}

.tw-inset-y-32 {
  top: 8rem !important;
  bottom: 8rem !important;
}

.tw-inset-x-32 {
  right: 8rem !important;
  left: 8rem !important;
}

.tw-inset-y-36 {
  top: 9rem !important;
  bottom: 9rem !important;
}

.tw-inset-x-36 {
  right: 9rem !important;
  left: 9rem !important;
}

.tw-inset-y-40 {
  top: 10rem !important;
  bottom: 10rem !important;
}

.tw-inset-x-40 {
  right: 10rem !important;
  left: 10rem !important;
}

.tw-inset-y-44 {
  top: 11rem !important;
  bottom: 11rem !important;
}

.tw-inset-x-44 {
  right: 11rem !important;
  left: 11rem !important;
}

.tw-inset-y-48 {
  top: 12rem !important;
  bottom: 12rem !important;
}

.tw-inset-x-48 {
  right: 12rem !important;
  left: 12rem !important;
}

.tw-inset-y-52 {
  top: 13rem !important;
  bottom: 13rem !important;
}

.tw-inset-x-52 {
  right: 13rem !important;
  left: 13rem !important;
}

.tw-inset-y-56 {
  top: 14rem !important;
  bottom: 14rem !important;
}

.tw-inset-x-56 {
  right: 14rem !important;
  left: 14rem !important;
}

.tw-inset-y-60 {
  top: 15rem !important;
  bottom: 15rem !important;
}

.tw-inset-x-60 {
  right: 15rem !important;
  left: 15rem !important;
}

.tw-inset-y-64 {
  top: 16rem !important;
  bottom: 16rem !important;
}

.tw-inset-x-64 {
  right: 16rem !important;
  left: 16rem !important;
}

.tw-inset-y-72 {
  top: 18rem !important;
  bottom: 18rem !important;
}

.tw-inset-x-72 {
  right: 18rem !important;
  left: 18rem !important;
}

.tw-inset-y-80 {
  top: 20rem !important;
  bottom: 20rem !important;
}

.tw-inset-x-80 {
  right: 20rem !important;
  left: 20rem !important;
}

.tw-inset-y-96 {
  top: 24rem !important;
  bottom: 24rem !important;
}

.tw-inset-x-96 {
  right: 24rem !important;
  left: 24rem !important;
}

.tw-inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

.tw-inset-x-auto {
  right: auto !important;
  left: auto !important;
}

.tw-inset-y-px {
  top: 1px !important;
  bottom: 1px !important;
}

.tw-inset-x-px {
  right: 1px !important;
  left: 1px !important;
}

.tw-inset-y-0\.5 {
  top: 0.125rem !important;
  bottom: 0.125rem !important;
}

.tw-inset-x-0\.5 {
  right: 0.125rem !important;
  left: 0.125rem !important;
}

.tw-inset-y-1\.5 {
  top: 0.375rem !important;
  bottom: 0.375rem !important;
}

.tw-inset-x-1\.5 {
  right: 0.375rem !important;
  left: 0.375rem !important;
}

.tw-inset-y-2\.5 {
  top: 0.625rem !important;
  bottom: 0.625rem !important;
}

.tw-inset-x-2\.5 {
  right: 0.625rem !important;
  left: 0.625rem !important;
}

.tw-inset-y-3\.5 {
  top: 0.875rem !important;
  bottom: 0.875rem !important;
}

.tw-inset-x-3\.5 {
  right: 0.875rem !important;
  left: 0.875rem !important;
}

.tw--inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.tw--inset-x-0 {
  right: 0px !important;
  left: 0px !important;
}

.tw--inset-y-1 {
  top: -0.25rem !important;
  bottom: -0.25rem !important;
}

.tw--inset-x-1 {
  right: -0.25rem !important;
  left: -0.25rem !important;
}

.tw--inset-y-2 {
  top: -0.5rem !important;
  bottom: -0.5rem !important;
}

.tw--inset-x-2 {
  right: -0.5rem !important;
  left: -0.5rem !important;
}

.tw--inset-y-3 {
  top: -0.75rem !important;
  bottom: -0.75rem !important;
}

.tw--inset-x-3 {
  right: -0.75rem !important;
  left: -0.75rem !important;
}

.tw--inset-y-4 {
  top: -1rem !important;
  bottom: -1rem !important;
}

.tw--inset-x-4 {
  right: -1rem !important;
  left: -1rem !important;
}

.tw--inset-y-5 {
  top: -1.25rem !important;
  bottom: -1.25rem !important;
}

.tw--inset-x-5 {
  right: -1.25rem !important;
  left: -1.25rem !important;
}

.tw--inset-y-6 {
  top: -1.5rem !important;
  bottom: -1.5rem !important;
}

.tw--inset-x-6 {
  right: -1.5rem !important;
  left: -1.5rem !important;
}

.tw--inset-y-7 {
  top: -1.75rem !important;
  bottom: -1.75rem !important;
}

.tw--inset-x-7 {
  right: -1.75rem !important;
  left: -1.75rem !important;
}

.tw--inset-y-8 {
  top: -2rem !important;
  bottom: -2rem !important;
}

.tw--inset-x-8 {
  right: -2rem !important;
  left: -2rem !important;
}

.tw--inset-y-9 {
  top: -2.25rem !important;
  bottom: -2.25rem !important;
}

.tw--inset-x-9 {
  right: -2.25rem !important;
  left: -2.25rem !important;
}

.tw--inset-y-10 {
  top: -2.5rem !important;
  bottom: -2.5rem !important;
}

.tw--inset-x-10 {
  right: -2.5rem !important;
  left: -2.5rem !important;
}

.tw--inset-y-11 {
  top: -2.75rem !important;
  bottom: -2.75rem !important;
}

.tw--inset-x-11 {
  right: -2.75rem !important;
  left: -2.75rem !important;
}

.tw--inset-y-12 {
  top: -3rem !important;
  bottom: -3rem !important;
}

.tw--inset-x-12 {
  right: -3rem !important;
  left: -3rem !important;
}

.tw--inset-y-14 {
  top: -3.5rem !important;
  bottom: -3.5rem !important;
}

.tw--inset-x-14 {
  right: -3.5rem !important;
  left: -3.5rem !important;
}

.tw--inset-y-16 {
  top: -4rem !important;
  bottom: -4rem !important;
}

.tw--inset-x-16 {
  right: -4rem !important;
  left: -4rem !important;
}

.tw--inset-y-20 {
  top: -5rem !important;
  bottom: -5rem !important;
}

.tw--inset-x-20 {
  right: -5rem !important;
  left: -5rem !important;
}

.tw--inset-y-24 {
  top: -6rem !important;
  bottom: -6rem !important;
}

.tw--inset-x-24 {
  right: -6rem !important;
  left: -6rem !important;
}

.tw--inset-y-28 {
  top: -7rem !important;
  bottom: -7rem !important;
}

.tw--inset-x-28 {
  right: -7rem !important;
  left: -7rem !important;
}

.tw--inset-y-32 {
  top: -8rem !important;
  bottom: -8rem !important;
}

.tw--inset-x-32 {
  right: -8rem !important;
  left: -8rem !important;
}

.tw--inset-y-36 {
  top: -9rem !important;
  bottom: -9rem !important;
}

.tw--inset-x-36 {
  right: -9rem !important;
  left: -9rem !important;
}

.tw--inset-y-40 {
  top: -10rem !important;
  bottom: -10rem !important;
}

.tw--inset-x-40 {
  right: -10rem !important;
  left: -10rem !important;
}

.tw--inset-y-44 {
  top: -11rem !important;
  bottom: -11rem !important;
}

.tw--inset-x-44 {
  right: -11rem !important;
  left: -11rem !important;
}

.tw--inset-y-48 {
  top: -12rem !important;
  bottom: -12rem !important;
}

.tw--inset-x-48 {
  right: -12rem !important;
  left: -12rem !important;
}

.tw--inset-y-52 {
  top: -13rem !important;
  bottom: -13rem !important;
}

.tw--inset-x-52 {
  right: -13rem !important;
  left: -13rem !important;
}

.tw--inset-y-56 {
  top: -14rem !important;
  bottom: -14rem !important;
}

.tw--inset-x-56 {
  right: -14rem !important;
  left: -14rem !important;
}

.tw--inset-y-60 {
  top: -15rem !important;
  bottom: -15rem !important;
}

.tw--inset-x-60 {
  right: -15rem !important;
  left: -15rem !important;
}

.tw--inset-y-64 {
  top: -16rem !important;
  bottom: -16rem !important;
}

.tw--inset-x-64 {
  right: -16rem !important;
  left: -16rem !important;
}

.tw--inset-y-72 {
  top: -18rem !important;
  bottom: -18rem !important;
}

.tw--inset-x-72 {
  right: -18rem !important;
  left: -18rem !important;
}

.tw--inset-y-80 {
  top: -20rem !important;
  bottom: -20rem !important;
}

.tw--inset-x-80 {
  right: -20rem !important;
  left: -20rem !important;
}

.tw--inset-y-96 {
  top: -24rem !important;
  bottom: -24rem !important;
}

.tw--inset-x-96 {
  right: -24rem !important;
  left: -24rem !important;
}

.tw--inset-y-px {
  top: -1px !important;
  bottom: -1px !important;
}

.tw--inset-x-px {
  right: -1px !important;
  left: -1px !important;
}

.tw--inset-y-0\.5 {
  top: -0.125rem !important;
  bottom: -0.125rem !important;
}

.tw--inset-x-0\.5 {
  right: -0.125rem !important;
  left: -0.125rem !important;
}

.tw--inset-y-1\.5 {
  top: -0.375rem !important;
  bottom: -0.375rem !important;
}

.tw--inset-x-1\.5 {
  right: -0.375rem !important;
  left: -0.375rem !important;
}

.tw--inset-y-2\.5 {
  top: -0.625rem !important;
  bottom: -0.625rem !important;
}

.tw--inset-x-2\.5 {
  right: -0.625rem !important;
  left: -0.625rem !important;
}

.tw--inset-y-3\.5 {
  top: -0.875rem !important;
  bottom: -0.875rem !important;
}

.tw--inset-x-3\.5 {
  right: -0.875rem !important;
  left: -0.875rem !important;
}

.tw-inset-y-1\/2 {
  top: 50% !important;
  bottom: 50% !important;
}

.tw-inset-x-1\/2 {
  right: 50% !important;
  left: 50% !important;
}

.tw-inset-y-1\/3 {
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.tw-inset-x-1\/3 {
  right: 33.333333% !important;
  left: 33.333333% !important;
}

.tw-inset-y-2\/3 {
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.tw-inset-x-2\/3 {
  right: 66.666667% !important;
  left: 66.666667% !important;
}

.tw-inset-y-1\/4 {
  top: 25% !important;
  bottom: 25% !important;
}

.tw-inset-x-1\/4 {
  right: 25% !important;
  left: 25% !important;
}

.tw-inset-y-2\/4 {
  top: 50% !important;
  bottom: 50% !important;
}

.tw-inset-x-2\/4 {
  right: 50% !important;
  left: 50% !important;
}

.tw-inset-y-3\/4 {
  top: 75% !important;
  bottom: 75% !important;
}

.tw-inset-x-3\/4 {
  right: 75% !important;
  left: 75% !important;
}

.tw-inset-y-full {
  top: 100% !important;
  bottom: 100% !important;
}

.tw-inset-x-full {
  right: 100% !important;
  left: 100% !important;
}

.tw--inset-y-1\/2 {
  top: -50% !important;
  bottom: -50% !important;
}

.tw--inset-x-1\/2 {
  right: -50% !important;
  left: -50% !important;
}

.tw--inset-y-1\/3 {
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

.tw--inset-x-1\/3 {
  right: -33.333333% !important;
  left: -33.333333% !important;
}

.tw--inset-y-2\/3 {
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

.tw--inset-x-2\/3 {
  right: -66.666667% !important;
  left: -66.666667% !important;
}

.tw--inset-y-1\/4 {
  top: -25% !important;
  bottom: -25% !important;
}

.tw--inset-x-1\/4 {
  right: -25% !important;
  left: -25% !important;
}

.tw--inset-y-2\/4 {
  top: -50% !important;
  bottom: -50% !important;
}

.tw--inset-x-2\/4 {
  right: -50% !important;
  left: -50% !important;
}

.tw--inset-y-3\/4 {
  top: -75% !important;
  bottom: -75% !important;
}

.tw--inset-x-3\/4 {
  right: -75% !important;
  left: -75% !important;
}

.tw--inset-y-full {
  top: -100% !important;
  bottom: -100% !important;
}

.tw--inset-x-full {
  right: -100% !important;
  left: -100% !important;
}

.tw-top-0 {
  top: 0px !important;
}

.tw-right-0 {
  right: 0px !important;
}

.tw-bottom-0 {
  bottom: 0px !important;
}

.tw-left-0 {
  left: 0px !important;
}

.tw-top-1 {
  top: 0.25rem !important;
}

.tw-right-1 {
  right: 0.25rem !important;
}

.tw-bottom-1 {
  bottom: 0.25rem !important;
}

.tw-left-1 {
  left: 0.25rem !important;
}

.tw-top-2 {
  top: 0.5rem !important;
}

.tw-right-2 {
  right: 0.5rem !important;
}

.tw-bottom-2 {
  bottom: 0.5rem !important;
}

.tw-left-2 {
  left: 0.5rem !important;
}

.tw-top-3 {
  top: 0.75rem !important;
}

.tw-right-3 {
  right: 0.75rem !important;
}

.tw-bottom-3 {
  bottom: 0.75rem !important;
}

.tw-left-3 {
  left: 0.75rem !important;
}

.tw-top-4 {
  top: 1rem !important;
}

.tw-right-4 {
  right: 1rem !important;
}

.tw-bottom-4 {
  bottom: 1rem !important;
}

.tw-left-4 {
  left: 1rem !important;
}

.tw-top-5 {
  top: 1.25rem !important;
}

.tw-right-5 {
  right: 1.25rem !important;
}

.tw-bottom-5 {
  bottom: 1.25rem !important;
}

.tw-left-5 {
  left: 1.25rem !important;
}

.tw-top-6 {
  top: 1.5rem !important;
}

.tw-right-6 {
  right: 1.5rem !important;
}

.tw-bottom-6 {
  bottom: 1.5rem !important;
}

.tw-left-6 {
  left: 1.5rem !important;
}

.tw-top-7 {
  top: 1.75rem !important;
}

.tw-right-7 {
  right: 1.75rem !important;
}

.tw-bottom-7 {
  bottom: 1.75rem !important;
}

.tw-left-7 {
  left: 1.75rem !important;
}

.tw-top-8 {
  top: 2rem !important;
}

.tw-right-8 {
  right: 2rem !important;
}

.tw-bottom-8 {
  bottom: 2rem !important;
}

.tw-left-8 {
  left: 2rem !important;
}

.tw-top-9 {
  top: 2.25rem !important;
}

.tw-right-9 {
  right: 2.25rem !important;
}

.tw-bottom-9 {
  bottom: 2.25rem !important;
}

.tw-left-9 {
  left: 2.25rem !important;
}

.tw-top-10 {
  top: 2.5rem !important;
}

.tw-right-10 {
  right: 2.5rem !important;
}

.tw-bottom-10 {
  bottom: 2.5rem !important;
}

.tw-left-10 {
  left: 2.5rem !important;
}

.tw-top-11 {
  top: 2.75rem !important;
}

.tw-right-11 {
  right: 2.75rem !important;
}

.tw-bottom-11 {
  bottom: 2.75rem !important;
}

.tw-left-11 {
  left: 2.75rem !important;
}

.tw-top-12 {
  top: 3rem !important;
}

.tw-right-12 {
  right: 3rem !important;
}

.tw-bottom-12 {
  bottom: 3rem !important;
}

.tw-left-12 {
  left: 3rem !important;
}

.tw-top-14 {
  top: 3.5rem !important;
}

.tw-right-14 {
  right: 3.5rem !important;
}

.tw-bottom-14 {
  bottom: 3.5rem !important;
}

.tw-left-14 {
  left: 3.5rem !important;
}

.tw-top-16 {
  top: 4rem !important;
}

.tw-right-16 {
  right: 4rem !important;
}

.tw-bottom-16 {
  bottom: 4rem !important;
}

.tw-left-16 {
  left: 4rem !important;
}

.tw-top-20 {
  top: 5rem !important;
}

.tw-right-20 {
  right: 5rem !important;
}

.tw-bottom-20 {
  bottom: 5rem !important;
}

.tw-left-20 {
  left: 5rem !important;
}

.tw-top-24 {
  top: 6rem !important;
}

.tw-right-24 {
  right: 6rem !important;
}

.tw-bottom-24 {
  bottom: 6rem !important;
}

.tw-left-24 {
  left: 6rem !important;
}

.tw-top-28 {
  top: 7rem !important;
}

.tw-right-28 {
  right: 7rem !important;
}

.tw-bottom-28 {
  bottom: 7rem !important;
}

.tw-left-28 {
  left: 7rem !important;
}

.tw-top-32 {
  top: 8rem !important;
}

.tw-right-32 {
  right: 8rem !important;
}

.tw-bottom-32 {
  bottom: 8rem !important;
}

.tw-left-32 {
  left: 8rem !important;
}

.tw-top-36 {
  top: 9rem !important;
}

.tw-right-36 {
  right: 9rem !important;
}

.tw-bottom-36 {
  bottom: 9rem !important;
}

.tw-left-36 {
  left: 9rem !important;
}

.tw-top-40 {
  top: 10rem !important;
}

.tw-right-40 {
  right: 10rem !important;
}

.tw-bottom-40 {
  bottom: 10rem !important;
}

.tw-left-40 {
  left: 10rem !important;
}

.tw-top-44 {
  top: 11rem !important;
}

.tw-right-44 {
  right: 11rem !important;
}

.tw-bottom-44 {
  bottom: 11rem !important;
}

.tw-left-44 {
  left: 11rem !important;
}

.tw-top-48 {
  top: 12rem !important;
}

.tw-right-48 {
  right: 12rem !important;
}

.tw-bottom-48 {
  bottom: 12rem !important;
}

.tw-left-48 {
  left: 12rem !important;
}

.tw-top-52 {
  top: 13rem !important;
}

.tw-right-52 {
  right: 13rem !important;
}

.tw-bottom-52 {
  bottom: 13rem !important;
}

.tw-left-52 {
  left: 13rem !important;
}

.tw-top-56 {
  top: 14rem !important;
}

.tw-right-56 {
  right: 14rem !important;
}

.tw-bottom-56 {
  bottom: 14rem !important;
}

.tw-left-56 {
  left: 14rem !important;
}

.tw-top-60 {
  top: 15rem !important;
}

.tw-right-60 {
  right: 15rem !important;
}

.tw-bottom-60 {
  bottom: 15rem !important;
}

.tw-left-60 {
  left: 15rem !important;
}

.tw-top-64 {
  top: 16rem !important;
}

.tw-right-64 {
  right: 16rem !important;
}

.tw-bottom-64 {
  bottom: 16rem !important;
}

.tw-left-64 {
  left: 16rem !important;
}

.tw-top-72 {
  top: 18rem !important;
}

.tw-right-72 {
  right: 18rem !important;
}

.tw-bottom-72 {
  bottom: 18rem !important;
}

.tw-left-72 {
  left: 18rem !important;
}

.tw-top-80 {
  top: 20rem !important;
}

.tw-right-80 {
  right: 20rem !important;
}

.tw-bottom-80 {
  bottom: 20rem !important;
}

.tw-left-80 {
  left: 20rem !important;
}

.tw-top-96 {
  top: 24rem !important;
}

.tw-right-96 {
  right: 24rem !important;
}

.tw-bottom-96 {
  bottom: 24rem !important;
}

.tw-left-96 {
  left: 24rem !important;
}

.tw-top-auto {
  top: auto !important;
}

.tw-right-auto {
  right: auto !important;
}

.tw-bottom-auto {
  bottom: auto !important;
}

.tw-left-auto {
  left: auto !important;
}

.tw-top-px {
  top: 1px !important;
}

.tw-right-px {
  right: 1px !important;
}

.tw-bottom-px {
  bottom: 1px !important;
}

.tw-left-px {
  left: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--top-0 {
  top: 0px !important;
}

.tw--right-0 {
  right: 0px !important;
}

.tw--bottom-0 {
  bottom: 0px !important;
}

.tw--left-0 {
  left: 0px !important;
}

.tw--top-1 {
  top: -0.25rem !important;
}

.tw--right-1 {
  right: -0.25rem !important;
}

.tw--bottom-1 {
  bottom: -0.25rem !important;
}

.tw--left-1 {
  left: -0.25rem !important;
}

.tw--top-2 {
  top: -0.5rem !important;
}

.tw--right-2 {
  right: -0.5rem !important;
}

.tw--bottom-2 {
  bottom: -0.5rem !important;
}

.tw--left-2 {
  left: -0.5rem !important;
}

.tw--top-3 {
  top: -0.75rem !important;
}

.tw--right-3 {
  right: -0.75rem !important;
}

.tw--bottom-3 {
  bottom: -0.75rem !important;
}

.tw--left-3 {
  left: -0.75rem !important;
}

.tw--top-4 {
  top: -1rem !important;
}

.tw--right-4 {
  right: -1rem !important;
}

.tw--bottom-4 {
  bottom: -1rem !important;
}

.tw--left-4 {
  left: -1rem !important;
}

.tw--top-5 {
  top: -1.25rem !important;
}

.tw--right-5 {
  right: -1.25rem !important;
}

.tw--bottom-5 {
  bottom: -1.25rem !important;
}

.tw--left-5 {
  left: -1.25rem !important;
}

.tw--top-6 {
  top: -1.5rem !important;
}

.tw--right-6 {
  right: -1.5rem !important;
}

.tw--bottom-6 {
  bottom: -1.5rem !important;
}

.tw--left-6 {
  left: -1.5rem !important;
}

.tw--top-7 {
  top: -1.75rem !important;
}

.tw--right-7 {
  right: -1.75rem !important;
}

.tw--bottom-7 {
  bottom: -1.75rem !important;
}

.tw--left-7 {
  left: -1.75rem !important;
}

.tw--top-8 {
  top: -2rem !important;
}

.tw--right-8 {
  right: -2rem !important;
}

.tw--bottom-8 {
  bottom: -2rem !important;
}

.tw--left-8 {
  left: -2rem !important;
}

.tw--top-9 {
  top: -2.25rem !important;
}

.tw--right-9 {
  right: -2.25rem !important;
}

.tw--bottom-9 {
  bottom: -2.25rem !important;
}

.tw--left-9 {
  left: -2.25rem !important;
}

.tw--top-10 {
  top: -2.5rem !important;
}

.tw--right-10 {
  right: -2.5rem !important;
}

.tw--bottom-10 {
  bottom: -2.5rem !important;
}

.tw--left-10 {
  left: -2.5rem !important;
}

.tw--top-11 {
  top: -2.75rem !important;
}

.tw--right-11 {
  right: -2.75rem !important;
}

.tw--bottom-11 {
  bottom: -2.75rem !important;
}

.tw--left-11 {
  left: -2.75rem !important;
}

.tw--top-12 {
  top: -3rem !important;
}

.tw--right-12 {
  right: -3rem !important;
}

.tw--bottom-12 {
  bottom: -3rem !important;
}

.tw--left-12 {
  left: -3rem !important;
}

.tw--top-14 {
  top: -3.5rem !important;
}

.tw--right-14 {
  right: -3.5rem !important;
}

.tw--bottom-14 {
  bottom: -3.5rem !important;
}

.tw--left-14 {
  left: -3.5rem !important;
}

.tw--top-16 {
  top: -4rem !important;
}

.tw--right-16 {
  right: -4rem !important;
}

.tw--bottom-16 {
  bottom: -4rem !important;
}

.tw--left-16 {
  left: -4rem !important;
}

.tw--top-20 {
  top: -5rem !important;
}

.tw--right-20 {
  right: -5rem !important;
}

.tw--bottom-20 {
  bottom: -5rem !important;
}

.tw--left-20 {
  left: -5rem !important;
}

.tw--top-24 {
  top: -6rem !important;
}

.tw--right-24 {
  right: -6rem !important;
}

.tw--bottom-24 {
  bottom: -6rem !important;
}

.tw--left-24 {
  left: -6rem !important;
}

.tw--top-28 {
  top: -7rem !important;
}

.tw--right-28 {
  right: -7rem !important;
}

.tw--bottom-28 {
  bottom: -7rem !important;
}

.tw--left-28 {
  left: -7rem !important;
}

.tw--top-32 {
  top: -8rem !important;
}

.tw--right-32 {
  right: -8rem !important;
}

.tw--bottom-32 {
  bottom: -8rem !important;
}

.tw--left-32 {
  left: -8rem !important;
}

.tw--top-36 {
  top: -9rem !important;
}

.tw--right-36 {
  right: -9rem !important;
}

.tw--bottom-36 {
  bottom: -9rem !important;
}

.tw--left-36 {
  left: -9rem !important;
}

.tw--top-40 {
  top: -10rem !important;
}

.tw--right-40 {
  right: -10rem !important;
}

.tw--bottom-40 {
  bottom: -10rem !important;
}

.tw--left-40 {
  left: -10rem !important;
}

.tw--top-44 {
  top: -11rem !important;
}

.tw--right-44 {
  right: -11rem !important;
}

.tw--bottom-44 {
  bottom: -11rem !important;
}

.tw--left-44 {
  left: -11rem !important;
}

.tw--top-48 {
  top: -12rem !important;
}

.tw--right-48 {
  right: -12rem !important;
}

.tw--bottom-48 {
  bottom: -12rem !important;
}

.tw--left-48 {
  left: -12rem !important;
}

.tw--top-52 {
  top: -13rem !important;
}

.tw--right-52 {
  right: -13rem !important;
}

.tw--bottom-52 {
  bottom: -13rem !important;
}

.tw--left-52 {
  left: -13rem !important;
}

.tw--top-56 {
  top: -14rem !important;
}

.tw--right-56 {
  right: -14rem !important;
}

.tw--bottom-56 {
  bottom: -14rem !important;
}

.tw--left-56 {
  left: -14rem !important;
}

.tw--top-60 {
  top: -15rem !important;
}

.tw--right-60 {
  right: -15rem !important;
}

.tw--bottom-60 {
  bottom: -15rem !important;
}

.tw--left-60 {
  left: -15rem !important;
}

.tw--top-64 {
  top: -16rem !important;
}

.tw--right-64 {
  right: -16rem !important;
}

.tw--bottom-64 {
  bottom: -16rem !important;
}

.tw--left-64 {
  left: -16rem !important;
}

.tw--top-72 {
  top: -18rem !important;
}

.tw--right-72 {
  right: -18rem !important;
}

.tw--bottom-72 {
  bottom: -18rem !important;
}

.tw--left-72 {
  left: -18rem !important;
}

.tw--top-80 {
  top: -20rem !important;
}

.tw--right-80 {
  right: -20rem !important;
}

.tw--bottom-80 {
  bottom: -20rem !important;
}

.tw--left-80 {
  left: -20rem !important;
}

.tw--top-96 {
  top: -24rem !important;
}

.tw--right-96 {
  right: -24rem !important;
}

.tw--bottom-96 {
  bottom: -24rem !important;
}

.tw--left-96 {
  left: -24rem !important;
}

.tw--top-px {
  top: -1px !important;
}

.tw--right-px {
  right: -1px !important;
}

.tw--bottom-px {
  bottom: -1px !important;
}

.tw--left-px {
  left: -1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--left-3\.5 {
  left: -0.875rem !important;
}

.tw-top-1\/2 {
  top: 50% !important;
}

.tw-right-1\/2 {
  right: 50% !important;
}

.tw-bottom-1\/2 {
  bottom: 50% !important;
}

.tw-left-1\/2 {
  left: 50% !important;
}

.tw-top-1\/3 {
  top: 33.333333% !important;
}

.tw-right-1\/3 {
  right: 33.333333% !important;
}

.tw-bottom-1\/3 {
  bottom: 33.333333% !important;
}

.tw-left-1\/3 {
  left: 33.333333% !important;
}

.tw-top-2\/3 {
  top: 66.666667% !important;
}

.tw-right-2\/3 {
  right: 66.666667% !important;
}

.tw-bottom-2\/3 {
  bottom: 66.666667% !important;
}

.tw-left-2\/3 {
  left: 66.666667% !important;
}

.tw-top-1\/4 {
  top: 25% !important;
}

.tw-right-1\/4 {
  right: 25% !important;
}

.tw-bottom-1\/4 {
  bottom: 25% !important;
}

.tw-left-1\/4 {
  left: 25% !important;
}

.tw-top-2\/4 {
  top: 50% !important;
}

.tw-right-2\/4 {
  right: 50% !important;
}

.tw-bottom-2\/4 {
  bottom: 50% !important;
}

.tw-left-2\/4 {
  left: 50% !important;
}

.tw-top-3\/4 {
  top: 75% !important;
}

.tw-right-3\/4 {
  right: 75% !important;
}

.tw-bottom-3\/4 {
  bottom: 75% !important;
}

.tw-left-3\/4 {
  left: 75% !important;
}

.tw-top-full {
  top: 100% !important;
}

.tw-right-full {
  right: 100% !important;
}

.tw-bottom-full {
  bottom: 100% !important;
}

.tw-left-full {
  left: 100% !important;
}

.tw--top-1\/2 {
  top: -50% !important;
}

.tw--right-1\/2 {
  right: -50% !important;
}

.tw--bottom-1\/2 {
  bottom: -50% !important;
}

.tw--left-1\/2 {
  left: -50% !important;
}

.tw--top-1\/3 {
  top: -33.333333% !important;
}

.tw--right-1\/3 {
  right: -33.333333% !important;
}

.tw--bottom-1\/3 {
  bottom: -33.333333% !important;
}

.tw--left-1\/3 {
  left: -33.333333% !important;
}

.tw--top-2\/3 {
  top: -66.666667% !important;
}

.tw--right-2\/3 {
  right: -66.666667% !important;
}

.tw--bottom-2\/3 {
  bottom: -66.666667% !important;
}

.tw--left-2\/3 {
  left: -66.666667% !important;
}

.tw--top-1\/4 {
  top: -25% !important;
}

.tw--right-1\/4 {
  right: -25% !important;
}

.tw--bottom-1\/4 {
  bottom: -25% !important;
}

.tw--left-1\/4 {
  left: -25% !important;
}

.tw--top-2\/4 {
  top: -50% !important;
}

.tw--right-2\/4 {
  right: -50% !important;
}

.tw--bottom-2\/4 {
  bottom: -50% !important;
}

.tw--left-2\/4 {
  left: -50% !important;
}

.tw--top-3\/4 {
  top: -75% !important;
}

.tw--right-3\/4 {
  right: -75% !important;
}

.tw--bottom-3\/4 {
  bottom: -75% !important;
}

.tw--left-3\/4 {
  left: -75% !important;
}

.tw--top-full {
  top: -100% !important;
}

.tw--right-full {
  right: -100% !important;
}

.tw--bottom-full {
  bottom: -100% !important;
}

.tw--left-full {
  left: -100% !important;
}

.tw-resize-none {
  resize: none !important;
}

.tw-resize-y {
  resize: vertical !important;
}

.tw-resize-x {
  resize: horizontal !important;
}

.tw-resize {
  resize: both !important;
}

* {
  --tw-shadow: 0 0 #0000;
}

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-none:focus-within {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(34, 66, 87, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.tw-ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-inset {
  --tw-ring-inset: inset !important;
}

.focus-within\:tw-ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-inset:focus-within {
  --tw-ring-inset: inset !important;
}

.focus\:tw-ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.tw-ring-offset-transparent {
  --tw-ring-offset-color: transparent !important;
}

.tw-ring-offset-current {
  --tw-ring-offset-color: currentColor !important;
}

.tw-ring-offset-white {
  --tw-ring-offset-color: #fff !important;
}

.tw-ring-offset-black {
  --tw-ring-offset-color: #000 !important;
}

.tw-ring-offset-gray-50 {
  --tw-ring-offset-color: #FAFAFA !important;
}

.tw-ring-offset-gray-100 {
  --tw-ring-offset-color: #F4F3F9 !important;
}

.tw-ring-offset-gray-150 {
  --tw-ring-offset-color: #F2F2F2 !important;
}

.tw-ring-offset-gray-200 {
  --tw-ring-offset-color: #EDEDED !important;
}

.tw-ring-offset-gray-600 {
  --tw-ring-offset-color: #666666 !important;
}

.tw-ring-offset-gray-700 {
  --tw-ring-offset-color: #777777 !important;
}

.tw-ring-offset-gray-800 {
  --tw-ring-offset-color: #333333 !important;
}

.tw-ring-offset-green-100 {
  --tw-ring-offset-color: #ACE342 !important;
}

.tw-ring-offset-green-900 {
  --tw-ring-offset-color: #00A850 !important;
}

.tw-ring-offset-blue-500 {
  --tw-ring-offset-color: #224257 !important;
}

.tw-ring-offset-blue-800 {
  --tw-ring-offset-color: #00263D !important;
}

.tw-ring-offset-blue-900 {
  --tw-ring-offset-color: #012942 !important;
}

.focus-within\:tw-ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:tw-ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor !important;
}

.focus-within\:tw-ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:tw-ring-offset-black:focus-within {
  --tw-ring-offset-color: #000 !important;
}

.focus-within\:tw-ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #FAFAFA !important;
}

.focus-within\:tw-ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #F4F3F9 !important;
}

.focus-within\:tw-ring-offset-gray-150:focus-within {
  --tw-ring-offset-color: #F2F2F2 !important;
}

.focus-within\:tw-ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #EDEDED !important;
}

.focus-within\:tw-ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #666666 !important;
}

.focus-within\:tw-ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #777777 !important;
}

.focus-within\:tw-ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #333333 !important;
}

.focus-within\:tw-ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #ACE342 !important;
}

.focus-within\:tw-ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #00A850 !important;
}

.focus-within\:tw-ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #224257 !important;
}

.focus-within\:tw-ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #00263D !important;
}

.focus-within\:tw-ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #012942 !important;
}

.focus\:tw-ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

.focus\:tw-ring-offset-current:focus {
  --tw-ring-offset-color: currentColor !important;
}

.focus\:tw-ring-offset-white:focus {
  --tw-ring-offset-color: #fff !important;
}

.focus\:tw-ring-offset-black:focus {
  --tw-ring-offset-color: #000 !important;
}

.focus\:tw-ring-offset-gray-50:focus {
  --tw-ring-offset-color: #FAFAFA !important;
}

.focus\:tw-ring-offset-gray-100:focus {
  --tw-ring-offset-color: #F4F3F9 !important;
}

.focus\:tw-ring-offset-gray-150:focus {
  --tw-ring-offset-color: #F2F2F2 !important;
}

.focus\:tw-ring-offset-gray-200:focus {
  --tw-ring-offset-color: #EDEDED !important;
}

.focus\:tw-ring-offset-gray-600:focus {
  --tw-ring-offset-color: #666666 !important;
}

.focus\:tw-ring-offset-gray-700:focus {
  --tw-ring-offset-color: #777777 !important;
}

.focus\:tw-ring-offset-gray-800:focus {
  --tw-ring-offset-color: #333333 !important;
}

.focus\:tw-ring-offset-green-100:focus {
  --tw-ring-offset-color: #ACE342 !important;
}

.focus\:tw-ring-offset-green-900:focus {
  --tw-ring-offset-color: #00A850 !important;
}

.focus\:tw-ring-offset-blue-500:focus {
  --tw-ring-offset-color: #224257 !important;
}

.focus\:tw-ring-offset-blue-800:focus {
  --tw-ring-offset-color: #00263D !important;
}

.focus\:tw-ring-offset-blue-900:focus {
  --tw-ring-offset-color: #012942 !important;
}

.tw-ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}

.tw-ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}

.tw-ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

.tw-ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}

.tw-ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:tw-ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:tw-ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:tw-ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:tw-ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:tw-ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px !important;
}

.focus\:tw-ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

.focus\:tw-ring-offset-1:focus {
  --tw-ring-offset-width: 1px !important;
}

.focus\:tw-ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:tw-ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important;
}

.focus\:tw-ring-offset-8:focus {
  --tw-ring-offset-width: 8px !important;
}

.tw-ring-transparent {
  --tw-ring-color: transparent !important;
}

.tw-ring-current {
  --tw-ring-color: currentColor !important;
}

.tw-ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-150 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-transparent:focus-within {
  --tw-ring-color: transparent !important;
}

.focus-within\:tw-ring-current:focus-within {
  --tw-ring-color: currentColor !important;
}

.focus-within\:tw-ring-white:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-black:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-150:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

.focus\:tw-ring-current:focus {
  --tw-ring-color: currentColor !important;
}

.focus\:tw-ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-150:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
}

.tw-ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

.tw-ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.tw-ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}

.tw-ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

.tw-ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}

.tw-ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}

.tw-ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}

.tw-ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}

.tw-ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

.tw-ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}

.tw-ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}

.tw-ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}

.tw-ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}

.tw-ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}

.tw-ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

.focus-within\:tw-ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important;
}

.focus-within\:tw-ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:tw-ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:tw-ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:tw-ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:tw-ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:tw-ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:tw-ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:tw-ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:tw-ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:tw-ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:tw-ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:tw-ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:tw-ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:tw-ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important;
}

.focus\:tw-ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important;
}

.focus\:tw-ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important;
}

.focus\:tw-ring-opacity-10:focus {
  --tw-ring-opacity: 0.1 !important;
}

.focus\:tw-ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}

.focus\:tw-ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}

.focus\:tw-ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important;
}

.focus\:tw-ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

.focus\:tw-ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

.focus\:tw-ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important;
}

.focus\:tw-ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important;
}

.focus\:tw-ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important;
}

.focus\:tw-ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important;
}

.focus\:tw-ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important;
}

.focus\:tw-ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important;
}

.focus\:tw-ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important;
}

.tw-fill-current {
  fill: currentColor !important;
}

.tw-stroke-current {
  stroke: currentColor !important;
}

.tw-stroke-0 {
  stroke-width: 0 !important;
}

.tw-stroke-1 {
  stroke-width: 1 !important;
}

.tw-stroke-2 {
  stroke-width: 2 !important;
}

.tw-table-auto {
  table-layout: auto !important;
}

.tw-table-fixed {
  table-layout: fixed !important;
}

.tw-text-left {
  text-align: left !important;
}

.tw-text-center {
  text-align: center !important;
}

.tw-text-right {
  text-align: right !important;
}

.tw-text-justify {
  text-align: justify !important;
}

.tw-text-transparent {
  color: transparent !important;
}

.tw-text-current {
  color: currentColor !important;
}

.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.tw-text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.tw-text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
}

.tw-text-gray-150 {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.tw-text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.tw-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
}

.tw-text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.tw-text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
}

.tw-text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
}

.tw-text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
}

.tw-text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
}

.tw-text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-transparent {
  color: transparent !important;
}

.tw-group:hover .group-hover\:tw-text-current {
  color: currentColor !important;
}

.tw-group:hover .group-hover\:tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-150 {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-transparent:focus-within {
  color: transparent !important;
}

.focus-within\:tw-text-current:focus-within {
  color: currentColor !important;
}

.focus-within\:tw-text-white:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-black:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-150:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-transparent:hover {
  color: transparent !important;
}

.hover\:tw-text-current:hover {
  color: currentColor !important;
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-150:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-transparent:focus {
  color: transparent !important;
}

.focus\:tw-text-current:focus {
  color: currentColor !important;
}

.focus\:tw-text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-150:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
}

.tw-text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.tw-text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.tw-text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.tw-text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.tw-text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.tw-text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.tw-text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.tw-text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.tw-text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.tw-text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.tw-text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.tw-text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.tw-text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.tw-text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.tw-text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.focus-within\:tw-text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important;
}

.focus-within\:tw-text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:tw-text-opacity-10:focus-within {
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:tw-text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:tw-text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:tw-text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:tw-text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:tw-text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:tw-text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:tw-text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:tw-text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:tw-text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:tw-text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:tw-text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:tw-text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important;
}

.hover\:tw-text-opacity-0:hover {
  --tw-text-opacity: 0 !important;
}

.hover\:tw-text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important;
}

.hover\:tw-text-opacity-10:hover {
  --tw-text-opacity: 0.1 !important;
}

.hover\:tw-text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important;
}

.hover\:tw-text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important;
}

.hover\:tw-text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important;
}

.hover\:tw-text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important;
}

.hover\:tw-text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important;
}

.hover\:tw-text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important;
}

.hover\:tw-text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important;
}

.hover\:tw-text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important;
}

.hover\:tw-text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important;
}

.hover\:tw-text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important;
}

.hover\:tw-text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important;
}

.hover\:tw-text-opacity-100:hover {
  --tw-text-opacity: 1 !important;
}

.focus\:tw-text-opacity-0:focus {
  --tw-text-opacity: 0 !important;
}

.focus\:tw-text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important;
}

.focus\:tw-text-opacity-10:focus {
  --tw-text-opacity: 0.1 !important;
}

.focus\:tw-text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important;
}

.focus\:tw-text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important;
}

.focus\:tw-text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important;
}

.focus\:tw-text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important;
}

.focus\:tw-text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important;
}

.focus\:tw-text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important;
}

.focus\:tw-text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important;
}

.focus\:tw-text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important;
}

.focus\:tw-text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important;
}

.focus\:tw-text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important;
}

.focus\:tw-text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important;
}

.focus\:tw-text-opacity-100:focus {
  --tw-text-opacity: 1 !important;
}

.tw-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.tw-overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.tw-overflow-clip {
  text-overflow: clip !important;
}

.tw-italic {
  font-style: italic !important;
}

.tw-not-italic {
  font-style: normal !important;
}

.tw-uppercase {
  text-transform: uppercase !important;
}

.tw-lowercase {
  text-transform: lowercase !important;
}

.tw-capitalize {
  text-transform: capitalize !important;
}

.tw-normal-case {
  text-transform: none !important;
}

.tw-underline {
  text-decoration: underline !important;
}

.tw-line-through {
  text-decoration: line-through !important;
}

.tw-no-underline {
  text-decoration: none !important;
}

.tw-group:hover .group-hover\:tw-underline {
  text-decoration: underline !important;
}

.tw-group:hover .group-hover\:tw-line-through {
  text-decoration: line-through !important;
}

.tw-group:hover .group-hover\:tw-no-underline {
  text-decoration: none !important;
}

.focus-within\:tw-underline:focus-within {
  text-decoration: underline !important;
}

.focus-within\:tw-line-through:focus-within {
  text-decoration: line-through !important;
}

.focus-within\:tw-no-underline:focus-within {
  text-decoration: none !important;
}

.hover\:tw-underline:hover {
  text-decoration: underline !important;
}

.hover\:tw-line-through:hover {
  text-decoration: line-through !important;
}

.hover\:tw-no-underline:hover {
  text-decoration: none !important;
}

.focus\:tw-underline:focus {
  text-decoration: underline !important;
}

.focus\:tw-line-through:focus {
  text-decoration: line-through !important;
}

.focus\:tw-no-underline:focus {
  text-decoration: none !important;
}

.tw-antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.tw-subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tw-ordinal, .tw-slashed-zero, .tw-lining-nums, .tw-oldstyle-nums, .tw-proportional-nums, .tw-tabular-nums, .tw-diagonal-fractions, .tw-stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.tw-normal-nums {
  font-variant-numeric: normal !important;
}

.tw-ordinal {
  --tw-ordinal: ordinal !important;
}

.tw-slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
}

.tw-lining-nums {
  --tw-numeric-figure: lining-nums !important;
}

.tw-oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
}

.tw-proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
}

.tw-tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
}

.tw-diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
}

.tw-stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
}

.tw-tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tw-tracking-tight {
  letter-spacing: -0.025em !important;
}

.tw-tracking-normal {
  letter-spacing: 0em !important;
}

.tw-tracking-wide {
  letter-spacing: 0.025em !important;
}

.tw-tracking-wider {
  letter-spacing: 0.05em !important;
}

.tw-tracking-widest {
  letter-spacing: 0.1em !important;
}

.tw-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.tw-select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.tw-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.tw-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.tw-align-baseline {
  vertical-align: baseline !important;
}

.tw-align-top {
  vertical-align: top !important;
}

.tw-align-middle {
  vertical-align: middle !important;
}

.tw-align-bottom {
  vertical-align: bottom !important;
}

.tw-align-text-top {
  vertical-align: text-top !important;
}

.tw-align-text-bottom {
  vertical-align: text-bottom !important;
}

.tw-visible {
  visibility: visible !important;
}

.tw-invisible {
  visibility: hidden !important;
}

.tw-whitespace-normal {
  white-space: normal !important;
}

.tw-whitespace-nowrap {
  white-space: nowrap !important;
}

.tw-whitespace-pre {
  white-space: pre !important;
}

.tw-whitespace-pre-line {
  white-space: pre-line !important;
}

.tw-whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.tw-break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.tw-break-words {
  overflow-wrap: break-word !important;
}

.tw-break-all {
  word-break: break-all !important;
}

.tw-w-0 {
  width: 0px !important;
}

.tw-w-1 {
  width: 0.25rem !important;
}

.tw-w-2 {
  width: 0.5rem !important;
}

.tw-w-3 {
  width: 0.75rem !important;
}

.tw-w-4 {
  width: 1rem !important;
}

.tw-w-5 {
  width: 1.25rem !important;
}

.tw-w-6 {
  width: 1.5rem !important;
}

.tw-w-7 {
  width: 1.75rem !important;
}

.tw-w-8 {
  width: 2rem !important;
}

.tw-w-9 {
  width: 2.25rem !important;
}

.tw-w-10 {
  width: 2.5rem !important;
}

.tw-w-11 {
  width: 2.75rem !important;
}

.tw-w-12 {
  width: 3rem !important;
}

.tw-w-14 {
  width: 3.5rem !important;
}

.tw-w-16 {
  width: 4rem !important;
}

.tw-w-20 {
  width: 5rem !important;
}

.tw-w-24 {
  width: 6rem !important;
}

.tw-w-28 {
  width: 7rem !important;
}

.tw-w-32 {
  width: 8rem !important;
}

.tw-w-36 {
  width: 9rem !important;
}

.tw-w-40 {
  width: 10rem !important;
}

.tw-w-44 {
  width: 11rem !important;
}

.tw-w-48 {
  width: 12rem !important;
}

.tw-w-52 {
  width: 13rem !important;
}

.tw-w-56 {
  width: 14rem !important;
}

.tw-w-60 {
  width: 15rem !important;
}

.tw-w-64 {
  width: 16rem !important;
}

.tw-w-72 {
  width: 18rem !important;
}

.tw-w-80 {
  width: 20rem !important;
}

.tw-w-96 {
  width: 24rem !important;
}

.tw-w-auto {
  width: auto !important;
}

.tw-w-px {
  width: 1px !important;
}

.tw-w-0\.5 {
  width: 0.125rem !important;
}

.tw-w-1\.5 {
  width: 0.375rem !important;
}

.tw-w-2\.5 {
  width: 0.625rem !important;
}

.tw-w-3\.5 {
  width: 0.875rem !important;
}

.tw-w-1\/2 {
  width: 50% !important;
}

.tw-w-1\/3 {
  width: 33.333333% !important;
}

.tw-w-2\/3 {
  width: 66.666667% !important;
}

.tw-w-1\/4 {
  width: 25% !important;
}

.tw-w-2\/4 {
  width: 50% !important;
}

.tw-w-3\/4 {
  width: 75% !important;
}

.tw-w-1\/5 {
  width: 20% !important;
}

.tw-w-2\/5 {
  width: 40% !important;
}

.tw-w-3\/5 {
  width: 60% !important;
}

.tw-w-4\/5 {
  width: 80% !important;
}

.tw-w-1\/6 {
  width: 16.666667% !important;
}

.tw-w-2\/6 {
  width: 33.333333% !important;
}

.tw-w-3\/6 {
  width: 50% !important;
}

.tw-w-4\/6 {
  width: 66.666667% !important;
}

.tw-w-5\/6 {
  width: 83.333333% !important;
}

.tw-w-1\/12 {
  width: 8.333333% !important;
}

.tw-w-2\/12 {
  width: 16.666667% !important;
}

.tw-w-3\/12 {
  width: 25% !important;
}

.tw-w-4\/12 {
  width: 33.333333% !important;
}

.tw-w-5\/12 {
  width: 41.666667% !important;
}

.tw-w-6\/12 {
  width: 50% !important;
}

.tw-w-7\/12 {
  width: 58.333333% !important;
}

.tw-w-8\/12 {
  width: 66.666667% !important;
}

.tw-w-9\/12 {
  width: 75% !important;
}

.tw-w-10\/12 {
  width: 83.333333% !important;
}

.tw-w-11\/12 {
  width: 91.666667% !important;
}

.tw-w-full {
  width: 100% !important;
}

.tw-w-screen {
  width: 100vw !important;
}

.tw-w-min {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.tw-w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.tw-z-0 {
  z-index: 0 !important;
}

.tw-z-10 {
  z-index: 10 !important;
}

.tw-z-20 {
  z-index: 20 !important;
}

.tw-z-30 {
  z-index: 30 !important;
}

.tw-z-40 {
  z-index: 40 !important;
}

.tw-z-50 {
  z-index: 50 !important;
}

.tw-z-auto {
  z-index: auto !important;
}

.focus-within\:tw-z-0:focus-within {
  z-index: 0 !important;
}

.focus-within\:tw-z-10:focus-within {
  z-index: 10 !important;
}

.focus-within\:tw-z-20:focus-within {
  z-index: 20 !important;
}

.focus-within\:tw-z-30:focus-within {
  z-index: 30 !important;
}

.focus-within\:tw-z-40:focus-within {
  z-index: 40 !important;
}

.focus-within\:tw-z-50:focus-within {
  z-index: 50 !important;
}

.focus-within\:tw-z-auto:focus-within {
  z-index: auto !important;
}

.focus\:tw-z-0:focus {
  z-index: 0 !important;
}

.focus\:tw-z-10:focus {
  z-index: 10 !important;
}

.focus\:tw-z-20:focus {
  z-index: 20 !important;
}

.focus\:tw-z-30:focus {
  z-index: 30 !important;
}

.focus\:tw-z-40:focus {
  z-index: 40 !important;
}

.focus\:tw-z-50:focus {
  z-index: 50 !important;
}

.focus\:tw-z-auto:focus {
  z-index: auto !important;
}

.tw-gap-0 {
  gap: 0px !important;
}

.tw-gap-1 {
  gap: 0.25rem !important;
}

.tw-gap-2 {
  gap: 0.5rem !important;
}

.tw-gap-3 {
  gap: 0.75rem !important;
}

.tw-gap-4 {
  gap: 1rem !important;
}

.tw-gap-5 {
  gap: 1.25rem !important;
}

.tw-gap-6 {
  gap: 1.5rem !important;
}

.tw-gap-7 {
  gap: 1.75rem !important;
}

.tw-gap-8 {
  gap: 2rem !important;
}

.tw-gap-9 {
  gap: 2.25rem !important;
}

.tw-gap-10 {
  gap: 2.5rem !important;
}

.tw-gap-11 {
  gap: 2.75rem !important;
}

.tw-gap-12 {
  gap: 3rem !important;
}

.tw-gap-14 {
  gap: 3.5rem !important;
}

.tw-gap-16 {
  gap: 4rem !important;
}

.tw-gap-20 {
  gap: 5rem !important;
}

.tw-gap-24 {
  gap: 6rem !important;
}

.tw-gap-28 {
  gap: 7rem !important;
}

.tw-gap-32 {
  gap: 8rem !important;
}

.tw-gap-36 {
  gap: 9rem !important;
}

.tw-gap-40 {
  gap: 10rem !important;
}

.tw-gap-44 {
  gap: 11rem !important;
}

.tw-gap-48 {
  gap: 12rem !important;
}

.tw-gap-52 {
  gap: 13rem !important;
}

.tw-gap-56 {
  gap: 14rem !important;
}

.tw-gap-60 {
  gap: 15rem !important;
}

.tw-gap-64 {
  gap: 16rem !important;
}

.tw-gap-72 {
  gap: 18rem !important;
}

.tw-gap-80 {
  gap: 20rem !important;
}

.tw-gap-96 {
  gap: 24rem !important;
}

.tw-gap-px {
  gap: 1px !important;
}

.tw-gap-0\.5 {
  gap: 0.125rem !important;
}

.tw-gap-1\.5 {
  gap: 0.375rem !important;
}

.tw-gap-2\.5 {
  gap: 0.625rem !important;
}

.tw-gap-3\.5 {
  gap: 0.875rem !important;
}

.tw-gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.tw-gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.tw-gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.tw-gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.tw-gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.tw-gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.tw-gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.tw-gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.tw-gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.tw-gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.tw-gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.tw-gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.tw-gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.tw-gap-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.tw-gap-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.tw-gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.tw-gap-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.tw-gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.tw-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.tw-gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.tw-gap-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.tw-gap-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.tw-gap-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.tw-gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.tw-gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.tw-gap-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.tw-gap-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.tw-gap-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.tw-gap-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.tw-gap-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.tw-gap-x-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.tw-gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.tw-gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.tw-gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.tw-gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.tw-gap-y-0 {
  row-gap: 0px !important;
}

.tw-gap-y-1 {
  row-gap: 0.25rem !important;
}

.tw-gap-y-2 {
  row-gap: 0.5rem !important;
}

.tw-gap-y-3 {
  row-gap: 0.75rem !important;
}

.tw-gap-y-4 {
  row-gap: 1rem !important;
}

.tw-gap-y-5 {
  row-gap: 1.25rem !important;
}

.tw-gap-y-6 {
  row-gap: 1.5rem !important;
}

.tw-gap-y-7 {
  row-gap: 1.75rem !important;
}

.tw-gap-y-8 {
  row-gap: 2rem !important;
}

.tw-gap-y-9 {
  row-gap: 2.25rem !important;
}

.tw-gap-y-10 {
  row-gap: 2.5rem !important;
}

.tw-gap-y-11 {
  row-gap: 2.75rem !important;
}

.tw-gap-y-12 {
  row-gap: 3rem !important;
}

.tw-gap-y-14 {
  row-gap: 3.5rem !important;
}

.tw-gap-y-16 {
  row-gap: 4rem !important;
}

.tw-gap-y-20 {
  row-gap: 5rem !important;
}

.tw-gap-y-24 {
  row-gap: 6rem !important;
}

.tw-gap-y-28 {
  row-gap: 7rem !important;
}

.tw-gap-y-32 {
  row-gap: 8rem !important;
}

.tw-gap-y-36 {
  row-gap: 9rem !important;
}

.tw-gap-y-40 {
  row-gap: 10rem !important;
}

.tw-gap-y-44 {
  row-gap: 11rem !important;
}

.tw-gap-y-48 {
  row-gap: 12rem !important;
}

.tw-gap-y-52 {
  row-gap: 13rem !important;
}

.tw-gap-y-56 {
  row-gap: 14rem !important;
}

.tw-gap-y-60 {
  row-gap: 15rem !important;
}

.tw-gap-y-64 {
  row-gap: 16rem !important;
}

.tw-gap-y-72 {
  row-gap: 18rem !important;
}

.tw-gap-y-80 {
  row-gap: 20rem !important;
}

.tw-gap-y-96 {
  row-gap: 24rem !important;
}

.tw-gap-y-px {
  row-gap: 1px !important;
}

.tw-gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

.tw-gap-y-1\.5 {
  row-gap: 0.375rem !important;
}

.tw-gap-y-2\.5 {
  row-gap: 0.625rem !important;
}

.tw-gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

.tw-grid-flow-row {
  grid-auto-flow: row !important;
}

.tw-grid-flow-col {
  grid-auto-flow: column !important;
}

.tw-grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.tw-grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.tw-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.tw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.tw-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.tw-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.tw-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.tw-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.tw-grid-cols-none {
  grid-template-columns: none !important;
}

.tw-auto-cols-auto {
  grid-auto-columns: auto !important;
}

.tw-auto-cols-min {
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.tw-auto-cols-max {
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.tw-auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.tw-col-auto {
  grid-column: auto !important;
}

.tw-col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.tw-col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.tw-col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.tw-col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.tw-col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.tw-col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.tw-col-span-7 {
  grid-column: span 7 / span 7 !important;
}

.tw-col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.tw-col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.tw-col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.tw-col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.tw-col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.tw-col-span-full {
  grid-column: 1 / -1 !important;
}

.tw-col-start-1 {
  grid-column-start: 1 !important;
}

.tw-col-start-2 {
  grid-column-start: 2 !important;
}

.tw-col-start-3 {
  grid-column-start: 3 !important;
}

.tw-col-start-4 {
  grid-column-start: 4 !important;
}

.tw-col-start-5 {
  grid-column-start: 5 !important;
}

.tw-col-start-6 {
  grid-column-start: 6 !important;
}

.tw-col-start-7 {
  grid-column-start: 7 !important;
}

.tw-col-start-8 {
  grid-column-start: 8 !important;
}

.tw-col-start-9 {
  grid-column-start: 9 !important;
}

.tw-col-start-10 {
  grid-column-start: 10 !important;
}

.tw-col-start-11 {
  grid-column-start: 11 !important;
}

.tw-col-start-12 {
  grid-column-start: 12 !important;
}

.tw-col-start-13 {
  grid-column-start: 13 !important;
}

.tw-col-start-auto {
  grid-column-start: auto !important;
}

.tw-col-end-1 {
  grid-column-end: 1 !important;
}

.tw-col-end-2 {
  grid-column-end: 2 !important;
}

.tw-col-end-3 {
  grid-column-end: 3 !important;
}

.tw-col-end-4 {
  grid-column-end: 4 !important;
}

.tw-col-end-5 {
  grid-column-end: 5 !important;
}

.tw-col-end-6 {
  grid-column-end: 6 !important;
}

.tw-col-end-7 {
  grid-column-end: 7 !important;
}

.tw-col-end-8 {
  grid-column-end: 8 !important;
}

.tw-col-end-9 {
  grid-column-end: 9 !important;
}

.tw-col-end-10 {
  grid-column-end: 10 !important;
}

.tw-col-end-11 {
  grid-column-end: 11 !important;
}

.tw-col-end-12 {
  grid-column-end: 12 !important;
}

.tw-col-end-13 {
  grid-column-end: 13 !important;
}

.tw-col-end-auto {
  grid-column-end: auto !important;
}

.tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.tw-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.tw-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.tw-grid-rows-none {
  grid-template-rows: none !important;
}

.tw-auto-rows-auto {
  grid-auto-rows: auto !important;
}

.tw-auto-rows-min {
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.tw-auto-rows-max {
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.tw-auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}

.tw-row-auto {
  grid-row: auto !important;
}

.tw-row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.tw-row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.tw-row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.tw-row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.tw-row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.tw-row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.tw-row-span-full {
  grid-row: 1 / -1 !important;
}

.tw-row-start-1 {
  grid-row-start: 1 !important;
}

.tw-row-start-2 {
  grid-row-start: 2 !important;
}

.tw-row-start-3 {
  grid-row-start: 3 !important;
}

.tw-row-start-4 {
  grid-row-start: 4 !important;
}

.tw-row-start-5 {
  grid-row-start: 5 !important;
}

.tw-row-start-6 {
  grid-row-start: 6 !important;
}

.tw-row-start-7 {
  grid-row-start: 7 !important;
}

.tw-row-start-auto {
  grid-row-start: auto !important;
}

.tw-row-end-1 {
  grid-row-end: 1 !important;
}

.tw-row-end-2 {
  grid-row-end: 2 !important;
}

.tw-row-end-3 {
  grid-row-end: 3 !important;
}

.tw-row-end-4 {
  grid-row-end: 4 !important;
}

.tw-row-end-5 {
  grid-row-end: 5 !important;
}

.tw-row-end-6 {
  grid-row-end: 6 !important;
}

.tw-row-end-7 {
  grid-row-end: 7 !important;
}

.tw-row-end-auto {
  grid-row-end: auto !important;
}

.tw-transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-transform-none {
  transform: none !important;
}

.tw-origin-center {
  transform-origin: center !important;
}

.tw-origin-top {
  transform-origin: top !important;
}

.tw-origin-top-right {
  transform-origin: top right !important;
}

.tw-origin-right {
  transform-origin: right !important;
}

.tw-origin-bottom-right {
  transform-origin: bottom right !important;
}

.tw-origin-bottom {
  transform-origin: bottom !important;
}

.tw-origin-bottom-left {
  transform-origin: bottom left !important;
}

.tw-origin-left {
  transform-origin: left !important;
}

.tw-origin-top-left {
  transform-origin: top left !important;
}

.tw-scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.tw-scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.tw-scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.tw-scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.tw-scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.tw-scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.tw-scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.tw-scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.tw-scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.tw-scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.tw-scale-x-0 {
  --tw-scale-x: 0 !important;
}

.tw-scale-x-50 {
  --tw-scale-x: .5 !important;
}

.tw-scale-x-75 {
  --tw-scale-x: .75 !important;
}

.tw-scale-x-90 {
  --tw-scale-x: .9 !important;
}

.tw-scale-x-95 {
  --tw-scale-x: .95 !important;
}

.tw-scale-x-100 {
  --tw-scale-x: 1 !important;
}

.tw-scale-x-105 {
  --tw-scale-x: 1.05 !important;
}

.tw-scale-x-110 {
  --tw-scale-x: 1.1 !important;
}

.tw-scale-x-125 {
  --tw-scale-x: 1.25 !important;
}

.tw-scale-x-150 {
  --tw-scale-x: 1.5 !important;
}

.tw-scale-y-0 {
  --tw-scale-y: 0 !important;
}

.tw-scale-y-50 {
  --tw-scale-y: .5 !important;
}

.tw-scale-y-75 {
  --tw-scale-y: .75 !important;
}

.tw-scale-y-90 {
  --tw-scale-y: .9 !important;
}

.tw-scale-y-95 {
  --tw-scale-y: .95 !important;
}

.tw-scale-y-100 {
  --tw-scale-y: 1 !important;
}

.tw-scale-y-105 {
  --tw-scale-y: 1.05 !important;
}

.tw-scale-y-110 {
  --tw-scale-y: 1.1 !important;
}

.tw-scale-y-125 {
  --tw-scale-y: 1.25 !important;
}

.tw-scale-y-150 {
  --tw-scale-y: 1.5 !important;
}

.hover\:tw-scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:tw-scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:tw-scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:tw-scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:tw-scale-95:hover {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:tw-scale-100:hover {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:tw-scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:tw-scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:tw-scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:tw-scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:tw-scale-x-0:hover {
  --tw-scale-x: 0 !important;
}

.hover\:tw-scale-x-50:hover {
  --tw-scale-x: .5 !important;
}

.hover\:tw-scale-x-75:hover {
  --tw-scale-x: .75 !important;
}

.hover\:tw-scale-x-90:hover {
  --tw-scale-x: .9 !important;
}

.hover\:tw-scale-x-95:hover {
  --tw-scale-x: .95 !important;
}

.hover\:tw-scale-x-100:hover {
  --tw-scale-x: 1 !important;
}

.hover\:tw-scale-x-105:hover {
  --tw-scale-x: 1.05 !important;
}

.hover\:tw-scale-x-110:hover {
  --tw-scale-x: 1.1 !important;
}

.hover\:tw-scale-x-125:hover {
  --tw-scale-x: 1.25 !important;
}

.hover\:tw-scale-x-150:hover {
  --tw-scale-x: 1.5 !important;
}

.hover\:tw-scale-y-0:hover {
  --tw-scale-y: 0 !important;
}

.hover\:tw-scale-y-50:hover {
  --tw-scale-y: .5 !important;
}

.hover\:tw-scale-y-75:hover {
  --tw-scale-y: .75 !important;
}

.hover\:tw-scale-y-90:hover {
  --tw-scale-y: .9 !important;
}

.hover\:tw-scale-y-95:hover {
  --tw-scale-y: .95 !important;
}

.hover\:tw-scale-y-100:hover {
  --tw-scale-y: 1 !important;
}

.hover\:tw-scale-y-105:hover {
  --tw-scale-y: 1.05 !important;
}

.hover\:tw-scale-y-110:hover {
  --tw-scale-y: 1.1 !important;
}

.hover\:tw-scale-y-125:hover {
  --tw-scale-y: 1.25 !important;
}

.hover\:tw-scale-y-150:hover {
  --tw-scale-y: 1.5 !important;
}

.focus\:tw-scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:tw-scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:tw-scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:tw-scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:tw-scale-95:focus {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:tw-scale-100:focus {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:tw-scale-105:focus {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:tw-scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:tw-scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:tw-scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:tw-scale-x-0:focus {
  --tw-scale-x: 0 !important;
}

.focus\:tw-scale-x-50:focus {
  --tw-scale-x: .5 !important;
}

.focus\:tw-scale-x-75:focus {
  --tw-scale-x: .75 !important;
}

.focus\:tw-scale-x-90:focus {
  --tw-scale-x: .9 !important;
}

.focus\:tw-scale-x-95:focus {
  --tw-scale-x: .95 !important;
}

.focus\:tw-scale-x-100:focus {
  --tw-scale-x: 1 !important;
}

.focus\:tw-scale-x-105:focus {
  --tw-scale-x: 1.05 !important;
}

.focus\:tw-scale-x-110:focus {
  --tw-scale-x: 1.1 !important;
}

.focus\:tw-scale-x-125:focus {
  --tw-scale-x: 1.25 !important;
}

.focus\:tw-scale-x-150:focus {
  --tw-scale-x: 1.5 !important;
}

.focus\:tw-scale-y-0:focus {
  --tw-scale-y: 0 !important;
}

.focus\:tw-scale-y-50:focus {
  --tw-scale-y: .5 !important;
}

.focus\:tw-scale-y-75:focus {
  --tw-scale-y: .75 !important;
}

.focus\:tw-scale-y-90:focus {
  --tw-scale-y: .9 !important;
}

.focus\:tw-scale-y-95:focus {
  --tw-scale-y: .95 !important;
}

.focus\:tw-scale-y-100:focus {
  --tw-scale-y: 1 !important;
}

.focus\:tw-scale-y-105:focus {
  --tw-scale-y: 1.05 !important;
}

.focus\:tw-scale-y-110:focus {
  --tw-scale-y: 1.1 !important;
}

.focus\:tw-scale-y-125:focus {
  --tw-scale-y: 1.25 !important;
}

.focus\:tw-scale-y-150:focus {
  --tw-scale-y: 1.5 !important;
}

.tw-rotate-0 {
  --tw-rotate: 0deg !important;
}

.tw-rotate-1 {
  --tw-rotate: 1deg !important;
}

.tw-rotate-2 {
  --tw-rotate: 2deg !important;
}

.tw-rotate-3 {
  --tw-rotate: 3deg !important;
}

.tw-rotate-6 {
  --tw-rotate: 6deg !important;
}

.tw-rotate-12 {
  --tw-rotate: 12deg !important;
}

.tw-rotate-45 {
  --tw-rotate: 45deg !important;
}

.tw-rotate-90 {
  --tw-rotate: 90deg !important;
}

.tw-rotate-180 {
  --tw-rotate: 180deg !important;
}

.tw--rotate-180 {
  --tw-rotate: -180deg !important;
}

.tw--rotate-90 {
  --tw-rotate: -90deg !important;
}

.tw--rotate-45 {
  --tw-rotate: -45deg !important;
}

.tw--rotate-12 {
  --tw-rotate: -12deg !important;
}

.tw--rotate-6 {
  --tw-rotate: -6deg !important;
}

.tw--rotate-3 {
  --tw-rotate: -3deg !important;
}

.tw--rotate-2 {
  --tw-rotate: -2deg !important;
}

.tw--rotate-1 {
  --tw-rotate: -1deg !important;
}

.hover\:tw-rotate-0:hover {
  --tw-rotate: 0deg !important;
}

.hover\:tw-rotate-1:hover {
  --tw-rotate: 1deg !important;
}

.hover\:tw-rotate-2:hover {
  --tw-rotate: 2deg !important;
}

.hover\:tw-rotate-3:hover {
  --tw-rotate: 3deg !important;
}

.hover\:tw-rotate-6:hover {
  --tw-rotate: 6deg !important;
}

.hover\:tw-rotate-12:hover {
  --tw-rotate: 12deg !important;
}

.hover\:tw-rotate-45:hover {
  --tw-rotate: 45deg !important;
}

.hover\:tw-rotate-90:hover {
  --tw-rotate: 90deg !important;
}

.hover\:tw-rotate-180:hover {
  --tw-rotate: 180deg !important;
}

.hover\:tw--rotate-180:hover {
  --tw-rotate: -180deg !important;
}

.hover\:tw--rotate-90:hover {
  --tw-rotate: -90deg !important;
}

.hover\:tw--rotate-45:hover {
  --tw-rotate: -45deg !important;
}

.hover\:tw--rotate-12:hover {
  --tw-rotate: -12deg !important;
}

.hover\:tw--rotate-6:hover {
  --tw-rotate: -6deg !important;
}

.hover\:tw--rotate-3:hover {
  --tw-rotate: -3deg !important;
}

.hover\:tw--rotate-2:hover {
  --tw-rotate: -2deg !important;
}

.hover\:tw--rotate-1:hover {
  --tw-rotate: -1deg !important;
}

.focus\:tw-rotate-0:focus {
  --tw-rotate: 0deg !important;
}

.focus\:tw-rotate-1:focus {
  --tw-rotate: 1deg !important;
}

.focus\:tw-rotate-2:focus {
  --tw-rotate: 2deg !important;
}

.focus\:tw-rotate-3:focus {
  --tw-rotate: 3deg !important;
}

.focus\:tw-rotate-6:focus {
  --tw-rotate: 6deg !important;
}

.focus\:tw-rotate-12:focus {
  --tw-rotate: 12deg !important;
}

.focus\:tw-rotate-45:focus {
  --tw-rotate: 45deg !important;
}

.focus\:tw-rotate-90:focus {
  --tw-rotate: 90deg !important;
}

.focus\:tw-rotate-180:focus {
  --tw-rotate: 180deg !important;
}

.focus\:tw--rotate-180:focus {
  --tw-rotate: -180deg !important;
}

.focus\:tw--rotate-90:focus {
  --tw-rotate: -90deg !important;
}

.focus\:tw--rotate-45:focus {
  --tw-rotate: -45deg !important;
}

.focus\:tw--rotate-12:focus {
  --tw-rotate: -12deg !important;
}

.focus\:tw--rotate-6:focus {
  --tw-rotate: -6deg !important;
}

.focus\:tw--rotate-3:focus {
  --tw-rotate: -3deg !important;
}

.focus\:tw--rotate-2:focus {
  --tw-rotate: -2deg !important;
}

.focus\:tw--rotate-1:focus {
  --tw-rotate: -1deg !important;
}

.tw-translate-x-0 {
  --tw-translate-x: 0px !important;
}

.tw-translate-x-1 {
  --tw-translate-x: 0.25rem !important;
}

.tw-translate-x-2 {
  --tw-translate-x: 0.5rem !important;
}

.tw-translate-x-3 {
  --tw-translate-x: 0.75rem !important;
}

.tw-translate-x-4 {
  --tw-translate-x: 1rem !important;
}

.tw-translate-x-5 {
  --tw-translate-x: 1.25rem !important;
}

.tw-translate-x-6 {
  --tw-translate-x: 1.5rem !important;
}

.tw-translate-x-7 {
  --tw-translate-x: 1.75rem !important;
}

.tw-translate-x-8 {
  --tw-translate-x: 2rem !important;
}

.tw-translate-x-9 {
  --tw-translate-x: 2.25rem !important;
}

.tw-translate-x-10 {
  --tw-translate-x: 2.5rem !important;
}

.tw-translate-x-11 {
  --tw-translate-x: 2.75rem !important;
}

.tw-translate-x-12 {
  --tw-translate-x: 3rem !important;
}

.tw-translate-x-14 {
  --tw-translate-x: 3.5rem !important;
}

.tw-translate-x-16 {
  --tw-translate-x: 4rem !important;
}

.tw-translate-x-20 {
  --tw-translate-x: 5rem !important;
}

.tw-translate-x-24 {
  --tw-translate-x: 6rem !important;
}

.tw-translate-x-28 {
  --tw-translate-x: 7rem !important;
}

.tw-translate-x-32 {
  --tw-translate-x: 8rem !important;
}

.tw-translate-x-36 {
  --tw-translate-x: 9rem !important;
}

.tw-translate-x-40 {
  --tw-translate-x: 10rem !important;
}

.tw-translate-x-44 {
  --tw-translate-x: 11rem !important;
}

.tw-translate-x-48 {
  --tw-translate-x: 12rem !important;
}

.tw-translate-x-52 {
  --tw-translate-x: 13rem !important;
}

.tw-translate-x-56 {
  --tw-translate-x: 14rem !important;
}

.tw-translate-x-60 {
  --tw-translate-x: 15rem !important;
}

.tw-translate-x-64 {
  --tw-translate-x: 16rem !important;
}

.tw-translate-x-72 {
  --tw-translate-x: 18rem !important;
}

.tw-translate-x-80 {
  --tw-translate-x: 20rem !important;
}

.tw-translate-x-96 {
  --tw-translate-x: 24rem !important;
}

.tw-translate-x-px {
  --tw-translate-x: 1px !important;
}

.tw-translate-x-0\.5 {
  --tw-translate-x: 0.125rem !important;
}

.tw-translate-x-1\.5 {
  --tw-translate-x: 0.375rem !important;
}

.tw-translate-x-2\.5 {
  --tw-translate-x: 0.625rem !important;
}

.tw-translate-x-3\.5 {
  --tw-translate-x: 0.875rem !important;
}

.tw--translate-x-0 {
  --tw-translate-x: 0px !important;
}

.tw--translate-x-1 {
  --tw-translate-x: -0.25rem !important;
}

.tw--translate-x-2 {
  --tw-translate-x: -0.5rem !important;
}

.tw--translate-x-3 {
  --tw-translate-x: -0.75rem !important;
}

.tw--translate-x-4 {
  --tw-translate-x: -1rem !important;
}

.tw--translate-x-5 {
  --tw-translate-x: -1.25rem !important;
}

.tw--translate-x-6 {
  --tw-translate-x: -1.5rem !important;
}

.tw--translate-x-7 {
  --tw-translate-x: -1.75rem !important;
}

.tw--translate-x-8 {
  --tw-translate-x: -2rem !important;
}

.tw--translate-x-9 {
  --tw-translate-x: -2.25rem !important;
}

.tw--translate-x-10 {
  --tw-translate-x: -2.5rem !important;
}

.tw--translate-x-11 {
  --tw-translate-x: -2.75rem !important;
}

.tw--translate-x-12 {
  --tw-translate-x: -3rem !important;
}

.tw--translate-x-14 {
  --tw-translate-x: -3.5rem !important;
}

.tw--translate-x-16 {
  --tw-translate-x: -4rem !important;
}

.tw--translate-x-20 {
  --tw-translate-x: -5rem !important;
}

.tw--translate-x-24 {
  --tw-translate-x: -6rem !important;
}

.tw--translate-x-28 {
  --tw-translate-x: -7rem !important;
}

.tw--translate-x-32 {
  --tw-translate-x: -8rem !important;
}

.tw--translate-x-36 {
  --tw-translate-x: -9rem !important;
}

.tw--translate-x-40 {
  --tw-translate-x: -10rem !important;
}

.tw--translate-x-44 {
  --tw-translate-x: -11rem !important;
}

.tw--translate-x-48 {
  --tw-translate-x: -12rem !important;
}

.tw--translate-x-52 {
  --tw-translate-x: -13rem !important;
}

.tw--translate-x-56 {
  --tw-translate-x: -14rem !important;
}

.tw--translate-x-60 {
  --tw-translate-x: -15rem !important;
}

.tw--translate-x-64 {
  --tw-translate-x: -16rem !important;
}

.tw--translate-x-72 {
  --tw-translate-x: -18rem !important;
}

.tw--translate-x-80 {
  --tw-translate-x: -20rem !important;
}

.tw--translate-x-96 {
  --tw-translate-x: -24rem !important;
}

.tw--translate-x-px {
  --tw-translate-x: -1px !important;
}

.tw--translate-x-0\.5 {
  --tw-translate-x: -0.125rem !important;
}

.tw--translate-x-1\.5 {
  --tw-translate-x: -0.375rem !important;
}

.tw--translate-x-2\.5 {
  --tw-translate-x: -0.625rem !important;
}

.tw--translate-x-3\.5 {
  --tw-translate-x: -0.875rem !important;
}

.tw-translate-x-1\/2 {
  --tw-translate-x: 50% !important;
}

.tw-translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important;
}

.tw-translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important;
}

.tw-translate-x-1\/4 {
  --tw-translate-x: 25% !important;
}

.tw-translate-x-2\/4 {
  --tw-translate-x: 50% !important;
}

.tw-translate-x-3\/4 {
  --tw-translate-x: 75% !important;
}

.tw-translate-x-full {
  --tw-translate-x: 100% !important;
}

.tw--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
}

.tw--translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important;
}

.tw--translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important;
}

.tw--translate-x-1\/4 {
  --tw-translate-x: -25% !important;
}

.tw--translate-x-2\/4 {
  --tw-translate-x: -50% !important;
}

.tw--translate-x-3\/4 {
  --tw-translate-x: -75% !important;
}

.tw--translate-x-full {
  --tw-translate-x: -100% !important;
}

.tw-translate-y-0 {
  --tw-translate-y: 0px !important;
}

.tw-translate-y-1 {
  --tw-translate-y: 0.25rem !important;
}

.tw-translate-y-2 {
  --tw-translate-y: 0.5rem !important;
}

.tw-translate-y-3 {
  --tw-translate-y: 0.75rem !important;
}

.tw-translate-y-4 {
  --tw-translate-y: 1rem !important;
}

.tw-translate-y-5 {
  --tw-translate-y: 1.25rem !important;
}

.tw-translate-y-6 {
  --tw-translate-y: 1.5rem !important;
}

.tw-translate-y-7 {
  --tw-translate-y: 1.75rem !important;
}

.tw-translate-y-8 {
  --tw-translate-y: 2rem !important;
}

.tw-translate-y-9 {
  --tw-translate-y: 2.25rem !important;
}

.tw-translate-y-10 {
  --tw-translate-y: 2.5rem !important;
}

.tw-translate-y-11 {
  --tw-translate-y: 2.75rem !important;
}

.tw-translate-y-12 {
  --tw-translate-y: 3rem !important;
}

.tw-translate-y-14 {
  --tw-translate-y: 3.5rem !important;
}

.tw-translate-y-16 {
  --tw-translate-y: 4rem !important;
}

.tw-translate-y-20 {
  --tw-translate-y: 5rem !important;
}

.tw-translate-y-24 {
  --tw-translate-y: 6rem !important;
}

.tw-translate-y-28 {
  --tw-translate-y: 7rem !important;
}

.tw-translate-y-32 {
  --tw-translate-y: 8rem !important;
}

.tw-translate-y-36 {
  --tw-translate-y: 9rem !important;
}

.tw-translate-y-40 {
  --tw-translate-y: 10rem !important;
}

.tw-translate-y-44 {
  --tw-translate-y: 11rem !important;
}

.tw-translate-y-48 {
  --tw-translate-y: 12rem !important;
}

.tw-translate-y-52 {
  --tw-translate-y: 13rem !important;
}

.tw-translate-y-56 {
  --tw-translate-y: 14rem !important;
}

.tw-translate-y-60 {
  --tw-translate-y: 15rem !important;
}

.tw-translate-y-64 {
  --tw-translate-y: 16rem !important;
}

.tw-translate-y-72 {
  --tw-translate-y: 18rem !important;
}

.tw-translate-y-80 {
  --tw-translate-y: 20rem !important;
}

.tw-translate-y-96 {
  --tw-translate-y: 24rem !important;
}

.tw-translate-y-px {
  --tw-translate-y: 1px !important;
}

.tw-translate-y-0\.5 {
  --tw-translate-y: 0.125rem !important;
}

.tw-translate-y-1\.5 {
  --tw-translate-y: 0.375rem !important;
}

.tw-translate-y-2\.5 {
  --tw-translate-y: 0.625rem !important;
}

.tw-translate-y-3\.5 {
  --tw-translate-y: 0.875rem !important;
}

.tw--translate-y-0 {
  --tw-translate-y: 0px !important;
}

.tw--translate-y-1 {
  --tw-translate-y: -0.25rem !important;
}

.tw--translate-y-2 {
  --tw-translate-y: -0.5rem !important;
}

.tw--translate-y-3 {
  --tw-translate-y: -0.75rem !important;
}

.tw--translate-y-4 {
  --tw-translate-y: -1rem !important;
}

.tw--translate-y-5 {
  --tw-translate-y: -1.25rem !important;
}

.tw--translate-y-6 {
  --tw-translate-y: -1.5rem !important;
}

.tw--translate-y-7 {
  --tw-translate-y: -1.75rem !important;
}

.tw--translate-y-8 {
  --tw-translate-y: -2rem !important;
}

.tw--translate-y-9 {
  --tw-translate-y: -2.25rem !important;
}

.tw--translate-y-10 {
  --tw-translate-y: -2.5rem !important;
}

.tw--translate-y-11 {
  --tw-translate-y: -2.75rem !important;
}

.tw--translate-y-12 {
  --tw-translate-y: -3rem !important;
}

.tw--translate-y-14 {
  --tw-translate-y: -3.5rem !important;
}

.tw--translate-y-16 {
  --tw-translate-y: -4rem !important;
}

.tw--translate-y-20 {
  --tw-translate-y: -5rem !important;
}

.tw--translate-y-24 {
  --tw-translate-y: -6rem !important;
}

.tw--translate-y-28 {
  --tw-translate-y: -7rem !important;
}

.tw--translate-y-32 {
  --tw-translate-y: -8rem !important;
}

.tw--translate-y-36 {
  --tw-translate-y: -9rem !important;
}

.tw--translate-y-40 {
  --tw-translate-y: -10rem !important;
}

.tw--translate-y-44 {
  --tw-translate-y: -11rem !important;
}

.tw--translate-y-48 {
  --tw-translate-y: -12rem !important;
}

.tw--translate-y-52 {
  --tw-translate-y: -13rem !important;
}

.tw--translate-y-56 {
  --tw-translate-y: -14rem !important;
}

.tw--translate-y-60 {
  --tw-translate-y: -15rem !important;
}

.tw--translate-y-64 {
  --tw-translate-y: -16rem !important;
}

.tw--translate-y-72 {
  --tw-translate-y: -18rem !important;
}

.tw--translate-y-80 {
  --tw-translate-y: -20rem !important;
}

.tw--translate-y-96 {
  --tw-translate-y: -24rem !important;
}

.tw--translate-y-px {
  --tw-translate-y: -1px !important;
}

.tw--translate-y-0\.5 {
  --tw-translate-y: -0.125rem !important;
}

.tw--translate-y-1\.5 {
  --tw-translate-y: -0.375rem !important;
}

.tw--translate-y-2\.5 {
  --tw-translate-y: -0.625rem !important;
}

.tw--translate-y-3\.5 {
  --tw-translate-y: -0.875rem !important;
}

.tw-translate-y-1\/2 {
  --tw-translate-y: 50% !important;
}

.tw-translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important;
}

.tw-translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important;
}

.tw-translate-y-1\/4 {
  --tw-translate-y: 25% !important;
}

.tw-translate-y-2\/4 {
  --tw-translate-y: 50% !important;
}

.tw-translate-y-3\/4 {
  --tw-translate-y: 75% !important;
}

.tw-translate-y-full {
  --tw-translate-y: 100% !important;
}

.tw--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
}

.tw--translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important;
}

.tw--translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important;
}

.tw--translate-y-1\/4 {
  --tw-translate-y: -25% !important;
}

.tw--translate-y-2\/4 {
  --tw-translate-y: -50% !important;
}

.tw--translate-y-3\/4 {
  --tw-translate-y: -75% !important;
}

.tw--translate-y-full {
  --tw-translate-y: -100% !important;
}

.hover\:tw-translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:tw-translate-x-1:hover {
  --tw-translate-x: 0.25rem !important;
}

.hover\:tw-translate-x-2:hover {
  --tw-translate-x: 0.5rem !important;
}

.hover\:tw-translate-x-3:hover {
  --tw-translate-x: 0.75rem !important;
}

.hover\:tw-translate-x-4:hover {
  --tw-translate-x: 1rem !important;
}

.hover\:tw-translate-x-5:hover {
  --tw-translate-x: 1.25rem !important;
}

.hover\:tw-translate-x-6:hover {
  --tw-translate-x: 1.5rem !important;
}

.hover\:tw-translate-x-7:hover {
  --tw-translate-x: 1.75rem !important;
}

.hover\:tw-translate-x-8:hover {
  --tw-translate-x: 2rem !important;
}

.hover\:tw-translate-x-9:hover {
  --tw-translate-x: 2.25rem !important;
}

.hover\:tw-translate-x-10:hover {
  --tw-translate-x: 2.5rem !important;
}

.hover\:tw-translate-x-11:hover {
  --tw-translate-x: 2.75rem !important;
}

.hover\:tw-translate-x-12:hover {
  --tw-translate-x: 3rem !important;
}

.hover\:tw-translate-x-14:hover {
  --tw-translate-x: 3.5rem !important;
}

.hover\:tw-translate-x-16:hover {
  --tw-translate-x: 4rem !important;
}

.hover\:tw-translate-x-20:hover {
  --tw-translate-x: 5rem !important;
}

.hover\:tw-translate-x-24:hover {
  --tw-translate-x: 6rem !important;
}

.hover\:tw-translate-x-28:hover {
  --tw-translate-x: 7rem !important;
}

.hover\:tw-translate-x-32:hover {
  --tw-translate-x: 8rem !important;
}

.hover\:tw-translate-x-36:hover {
  --tw-translate-x: 9rem !important;
}

.hover\:tw-translate-x-40:hover {
  --tw-translate-x: 10rem !important;
}

.hover\:tw-translate-x-44:hover {
  --tw-translate-x: 11rem !important;
}

.hover\:tw-translate-x-48:hover {
  --tw-translate-x: 12rem !important;
}

.hover\:tw-translate-x-52:hover {
  --tw-translate-x: 13rem !important;
}

.hover\:tw-translate-x-56:hover {
  --tw-translate-x: 14rem !important;
}

.hover\:tw-translate-x-60:hover {
  --tw-translate-x: 15rem !important;
}

.hover\:tw-translate-x-64:hover {
  --tw-translate-x: 16rem !important;
}

.hover\:tw-translate-x-72:hover {
  --tw-translate-x: 18rem !important;
}

.hover\:tw-translate-x-80:hover {
  --tw-translate-x: 20rem !important;
}

.hover\:tw-translate-x-96:hover {
  --tw-translate-x: 24rem !important;
}

.hover\:tw-translate-x-px:hover {
  --tw-translate-x: 1px !important;
}

.hover\:tw-translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem !important;
}

.hover\:tw-translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem !important;
}

.hover\:tw-translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem !important;
}

.hover\:tw-translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem !important;
}

.hover\:tw--translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:tw--translate-x-1:hover {
  --tw-translate-x: -0.25rem !important;
}

.hover\:tw--translate-x-2:hover {
  --tw-translate-x: -0.5rem !important;
}

.hover\:tw--translate-x-3:hover {
  --tw-translate-x: -0.75rem !important;
}

.hover\:tw--translate-x-4:hover {
  --tw-translate-x: -1rem !important;
}

.hover\:tw--translate-x-5:hover {
  --tw-translate-x: -1.25rem !important;
}

.hover\:tw--translate-x-6:hover {
  --tw-translate-x: -1.5rem !important;
}

.hover\:tw--translate-x-7:hover {
  --tw-translate-x: -1.75rem !important;
}

.hover\:tw--translate-x-8:hover {
  --tw-translate-x: -2rem !important;
}

.hover\:tw--translate-x-9:hover {
  --tw-translate-x: -2.25rem !important;
}

.hover\:tw--translate-x-10:hover {
  --tw-translate-x: -2.5rem !important;
}

.hover\:tw--translate-x-11:hover {
  --tw-translate-x: -2.75rem !important;
}

.hover\:tw--translate-x-12:hover {
  --tw-translate-x: -3rem !important;
}

.hover\:tw--translate-x-14:hover {
  --tw-translate-x: -3.5rem !important;
}

.hover\:tw--translate-x-16:hover {
  --tw-translate-x: -4rem !important;
}

.hover\:tw--translate-x-20:hover {
  --tw-translate-x: -5rem !important;
}

.hover\:tw--translate-x-24:hover {
  --tw-translate-x: -6rem !important;
}

.hover\:tw--translate-x-28:hover {
  --tw-translate-x: -7rem !important;
}

.hover\:tw--translate-x-32:hover {
  --tw-translate-x: -8rem !important;
}

.hover\:tw--translate-x-36:hover {
  --tw-translate-x: -9rem !important;
}

.hover\:tw--translate-x-40:hover {
  --tw-translate-x: -10rem !important;
}

.hover\:tw--translate-x-44:hover {
  --tw-translate-x: -11rem !important;
}

.hover\:tw--translate-x-48:hover {
  --tw-translate-x: -12rem !important;
}

.hover\:tw--translate-x-52:hover {
  --tw-translate-x: -13rem !important;
}

.hover\:tw--translate-x-56:hover {
  --tw-translate-x: -14rem !important;
}

.hover\:tw--translate-x-60:hover {
  --tw-translate-x: -15rem !important;
}

.hover\:tw--translate-x-64:hover {
  --tw-translate-x: -16rem !important;
}

.hover\:tw--translate-x-72:hover {
  --tw-translate-x: -18rem !important;
}

.hover\:tw--translate-x-80:hover {
  --tw-translate-x: -20rem !important;
}

.hover\:tw--translate-x-96:hover {
  --tw-translate-x: -24rem !important;
}

.hover\:tw--translate-x-px:hover {
  --tw-translate-x: -1px !important;
}

.hover\:tw--translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem !important;
}

.hover\:tw--translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem !important;
}

.hover\:tw--translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem !important;
}

.hover\:tw--translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem !important;
}

.hover\:tw-translate-x-1\/2:hover {
  --tw-translate-x: 50% !important;
}

.hover\:tw-translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important;
}

.hover\:tw-translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important;
}

.hover\:tw-translate-x-1\/4:hover {
  --tw-translate-x: 25% !important;
}

.hover\:tw-translate-x-2\/4:hover {
  --tw-translate-x: 50% !important;
}

.hover\:tw-translate-x-3\/4:hover {
  --tw-translate-x: 75% !important;
}

.hover\:tw-translate-x-full:hover {
  --tw-translate-x: 100% !important;
}

.hover\:tw--translate-x-1\/2:hover {
  --tw-translate-x: -50% !important;
}

.hover\:tw--translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important;
}

.hover\:tw--translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important;
}

.hover\:tw--translate-x-1\/4:hover {
  --tw-translate-x: -25% !important;
}

.hover\:tw--translate-x-2\/4:hover {
  --tw-translate-x: -50% !important;
}

.hover\:tw--translate-x-3\/4:hover {
  --tw-translate-x: -75% !important;
}

.hover\:tw--translate-x-full:hover {
  --tw-translate-x: -100% !important;
}

.hover\:tw-translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:tw-translate-y-1:hover {
  --tw-translate-y: 0.25rem !important;
}

.hover\:tw-translate-y-2:hover {
  --tw-translate-y: 0.5rem !important;
}

.hover\:tw-translate-y-3:hover {
  --tw-translate-y: 0.75rem !important;
}

.hover\:tw-translate-y-4:hover {
  --tw-translate-y: 1rem !important;
}

.hover\:tw-translate-y-5:hover {
  --tw-translate-y: 1.25rem !important;
}

.hover\:tw-translate-y-6:hover {
  --tw-translate-y: 1.5rem !important;
}

.hover\:tw-translate-y-7:hover {
  --tw-translate-y: 1.75rem !important;
}

.hover\:tw-translate-y-8:hover {
  --tw-translate-y: 2rem !important;
}

.hover\:tw-translate-y-9:hover {
  --tw-translate-y: 2.25rem !important;
}

.hover\:tw-translate-y-10:hover {
  --tw-translate-y: 2.5rem !important;
}

.hover\:tw-translate-y-11:hover {
  --tw-translate-y: 2.75rem !important;
}

.hover\:tw-translate-y-12:hover {
  --tw-translate-y: 3rem !important;
}

.hover\:tw-translate-y-14:hover {
  --tw-translate-y: 3.5rem !important;
}

.hover\:tw-translate-y-16:hover {
  --tw-translate-y: 4rem !important;
}

.hover\:tw-translate-y-20:hover {
  --tw-translate-y: 5rem !important;
}

.hover\:tw-translate-y-24:hover {
  --tw-translate-y: 6rem !important;
}

.hover\:tw-translate-y-28:hover {
  --tw-translate-y: 7rem !important;
}

.hover\:tw-translate-y-32:hover {
  --tw-translate-y: 8rem !important;
}

.hover\:tw-translate-y-36:hover {
  --tw-translate-y: 9rem !important;
}

.hover\:tw-translate-y-40:hover {
  --tw-translate-y: 10rem !important;
}

.hover\:tw-translate-y-44:hover {
  --tw-translate-y: 11rem !important;
}

.hover\:tw-translate-y-48:hover {
  --tw-translate-y: 12rem !important;
}

.hover\:tw-translate-y-52:hover {
  --tw-translate-y: 13rem !important;
}

.hover\:tw-translate-y-56:hover {
  --tw-translate-y: 14rem !important;
}

.hover\:tw-translate-y-60:hover {
  --tw-translate-y: 15rem !important;
}

.hover\:tw-translate-y-64:hover {
  --tw-translate-y: 16rem !important;
}

.hover\:tw-translate-y-72:hover {
  --tw-translate-y: 18rem !important;
}

.hover\:tw-translate-y-80:hover {
  --tw-translate-y: 20rem !important;
}

.hover\:tw-translate-y-96:hover {
  --tw-translate-y: 24rem !important;
}

.hover\:tw-translate-y-px:hover {
  --tw-translate-y: 1px !important;
}

.hover\:tw-translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem !important;
}

.hover\:tw-translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem !important;
}

.hover\:tw-translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem !important;
}

.hover\:tw-translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem !important;
}

.hover\:tw--translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:tw--translate-y-1:hover {
  --tw-translate-y: -0.25rem !important;
}

.hover\:tw--translate-y-2:hover {
  --tw-translate-y: -0.5rem !important;
}

.hover\:tw--translate-y-3:hover {
  --tw-translate-y: -0.75rem !important;
}

.hover\:tw--translate-y-4:hover {
  --tw-translate-y: -1rem !important;
}

.hover\:tw--translate-y-5:hover {
  --tw-translate-y: -1.25rem !important;
}

.hover\:tw--translate-y-6:hover {
  --tw-translate-y: -1.5rem !important;
}

.hover\:tw--translate-y-7:hover {
  --tw-translate-y: -1.75rem !important;
}

.hover\:tw--translate-y-8:hover {
  --tw-translate-y: -2rem !important;
}

.hover\:tw--translate-y-9:hover {
  --tw-translate-y: -2.25rem !important;
}

.hover\:tw--translate-y-10:hover {
  --tw-translate-y: -2.5rem !important;
}

.hover\:tw--translate-y-11:hover {
  --tw-translate-y: -2.75rem !important;
}

.hover\:tw--translate-y-12:hover {
  --tw-translate-y: -3rem !important;
}

.hover\:tw--translate-y-14:hover {
  --tw-translate-y: -3.5rem !important;
}

.hover\:tw--translate-y-16:hover {
  --tw-translate-y: -4rem !important;
}

.hover\:tw--translate-y-20:hover {
  --tw-translate-y: -5rem !important;
}

.hover\:tw--translate-y-24:hover {
  --tw-translate-y: -6rem !important;
}

.hover\:tw--translate-y-28:hover {
  --tw-translate-y: -7rem !important;
}

.hover\:tw--translate-y-32:hover {
  --tw-translate-y: -8rem !important;
}

.hover\:tw--translate-y-36:hover {
  --tw-translate-y: -9rem !important;
}

.hover\:tw--translate-y-40:hover {
  --tw-translate-y: -10rem !important;
}

.hover\:tw--translate-y-44:hover {
  --tw-translate-y: -11rem !important;
}

.hover\:tw--translate-y-48:hover {
  --tw-translate-y: -12rem !important;
}

.hover\:tw--translate-y-52:hover {
  --tw-translate-y: -13rem !important;
}

.hover\:tw--translate-y-56:hover {
  --tw-translate-y: -14rem !important;
}

.hover\:tw--translate-y-60:hover {
  --tw-translate-y: -15rem !important;
}

.hover\:tw--translate-y-64:hover {
  --tw-translate-y: -16rem !important;
}

.hover\:tw--translate-y-72:hover {
  --tw-translate-y: -18rem !important;
}

.hover\:tw--translate-y-80:hover {
  --tw-translate-y: -20rem !important;
}

.hover\:tw--translate-y-96:hover {
  --tw-translate-y: -24rem !important;
}

.hover\:tw--translate-y-px:hover {
  --tw-translate-y: -1px !important;
}

.hover\:tw--translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem !important;
}

.hover\:tw--translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem !important;
}

.hover\:tw--translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem !important;
}

.hover\:tw--translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem !important;
}

.hover\:tw-translate-y-1\/2:hover {
  --tw-translate-y: 50% !important;
}

.hover\:tw-translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important;
}

.hover\:tw-translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important;
}

.hover\:tw-translate-y-1\/4:hover {
  --tw-translate-y: 25% !important;
}

.hover\:tw-translate-y-2\/4:hover {
  --tw-translate-y: 50% !important;
}

.hover\:tw-translate-y-3\/4:hover {
  --tw-translate-y: 75% !important;
}

.hover\:tw-translate-y-full:hover {
  --tw-translate-y: 100% !important;
}

.hover\:tw--translate-y-1\/2:hover {
  --tw-translate-y: -50% !important;
}

.hover\:tw--translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important;
}

.hover\:tw--translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important;
}

.hover\:tw--translate-y-1\/4:hover {
  --tw-translate-y: -25% !important;
}

.hover\:tw--translate-y-2\/4:hover {
  --tw-translate-y: -50% !important;
}

.hover\:tw--translate-y-3\/4:hover {
  --tw-translate-y: -75% !important;
}

.hover\:tw--translate-y-full:hover {
  --tw-translate-y: -100% !important;
}

.focus\:tw-translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:tw-translate-x-1:focus {
  --tw-translate-x: 0.25rem !important;
}

.focus\:tw-translate-x-2:focus {
  --tw-translate-x: 0.5rem !important;
}

.focus\:tw-translate-x-3:focus {
  --tw-translate-x: 0.75rem !important;
}

.focus\:tw-translate-x-4:focus {
  --tw-translate-x: 1rem !important;
}

.focus\:tw-translate-x-5:focus {
  --tw-translate-x: 1.25rem !important;
}

.focus\:tw-translate-x-6:focus {
  --tw-translate-x: 1.5rem !important;
}

.focus\:tw-translate-x-7:focus {
  --tw-translate-x: 1.75rem !important;
}

.focus\:tw-translate-x-8:focus {
  --tw-translate-x: 2rem !important;
}

.focus\:tw-translate-x-9:focus {
  --tw-translate-x: 2.25rem !important;
}

.focus\:tw-translate-x-10:focus {
  --tw-translate-x: 2.5rem !important;
}

.focus\:tw-translate-x-11:focus {
  --tw-translate-x: 2.75rem !important;
}

.focus\:tw-translate-x-12:focus {
  --tw-translate-x: 3rem !important;
}

.focus\:tw-translate-x-14:focus {
  --tw-translate-x: 3.5rem !important;
}

.focus\:tw-translate-x-16:focus {
  --tw-translate-x: 4rem !important;
}

.focus\:tw-translate-x-20:focus {
  --tw-translate-x: 5rem !important;
}

.focus\:tw-translate-x-24:focus {
  --tw-translate-x: 6rem !important;
}

.focus\:tw-translate-x-28:focus {
  --tw-translate-x: 7rem !important;
}

.focus\:tw-translate-x-32:focus {
  --tw-translate-x: 8rem !important;
}

.focus\:tw-translate-x-36:focus {
  --tw-translate-x: 9rem !important;
}

.focus\:tw-translate-x-40:focus {
  --tw-translate-x: 10rem !important;
}

.focus\:tw-translate-x-44:focus {
  --tw-translate-x: 11rem !important;
}

.focus\:tw-translate-x-48:focus {
  --tw-translate-x: 12rem !important;
}

.focus\:tw-translate-x-52:focus {
  --tw-translate-x: 13rem !important;
}

.focus\:tw-translate-x-56:focus {
  --tw-translate-x: 14rem !important;
}

.focus\:tw-translate-x-60:focus {
  --tw-translate-x: 15rem !important;
}

.focus\:tw-translate-x-64:focus {
  --tw-translate-x: 16rem !important;
}

.focus\:tw-translate-x-72:focus {
  --tw-translate-x: 18rem !important;
}

.focus\:tw-translate-x-80:focus {
  --tw-translate-x: 20rem !important;
}

.focus\:tw-translate-x-96:focus {
  --tw-translate-x: 24rem !important;
}

.focus\:tw-translate-x-px:focus {
  --tw-translate-x: 1px !important;
}

.focus\:tw-translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem !important;
}

.focus\:tw-translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem !important;
}

.focus\:tw-translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem !important;
}

.focus\:tw-translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem !important;
}

.focus\:tw--translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:tw--translate-x-1:focus {
  --tw-translate-x: -0.25rem !important;
}

.focus\:tw--translate-x-2:focus {
  --tw-translate-x: -0.5rem !important;
}

.focus\:tw--translate-x-3:focus {
  --tw-translate-x: -0.75rem !important;
}

.focus\:tw--translate-x-4:focus {
  --tw-translate-x: -1rem !important;
}

.focus\:tw--translate-x-5:focus {
  --tw-translate-x: -1.25rem !important;
}

.focus\:tw--translate-x-6:focus {
  --tw-translate-x: -1.5rem !important;
}

.focus\:tw--translate-x-7:focus {
  --tw-translate-x: -1.75rem !important;
}

.focus\:tw--translate-x-8:focus {
  --tw-translate-x: -2rem !important;
}

.focus\:tw--translate-x-9:focus {
  --tw-translate-x: -2.25rem !important;
}

.focus\:tw--translate-x-10:focus {
  --tw-translate-x: -2.5rem !important;
}

.focus\:tw--translate-x-11:focus {
  --tw-translate-x: -2.75rem !important;
}

.focus\:tw--translate-x-12:focus {
  --tw-translate-x: -3rem !important;
}

.focus\:tw--translate-x-14:focus {
  --tw-translate-x: -3.5rem !important;
}

.focus\:tw--translate-x-16:focus {
  --tw-translate-x: -4rem !important;
}

.focus\:tw--translate-x-20:focus {
  --tw-translate-x: -5rem !important;
}

.focus\:tw--translate-x-24:focus {
  --tw-translate-x: -6rem !important;
}

.focus\:tw--translate-x-28:focus {
  --tw-translate-x: -7rem !important;
}

.focus\:tw--translate-x-32:focus {
  --tw-translate-x: -8rem !important;
}

.focus\:tw--translate-x-36:focus {
  --tw-translate-x: -9rem !important;
}

.focus\:tw--translate-x-40:focus {
  --tw-translate-x: -10rem !important;
}

.focus\:tw--translate-x-44:focus {
  --tw-translate-x: -11rem !important;
}

.focus\:tw--translate-x-48:focus {
  --tw-translate-x: -12rem !important;
}

.focus\:tw--translate-x-52:focus {
  --tw-translate-x: -13rem !important;
}

.focus\:tw--translate-x-56:focus {
  --tw-translate-x: -14rem !important;
}

.focus\:tw--translate-x-60:focus {
  --tw-translate-x: -15rem !important;
}

.focus\:tw--translate-x-64:focus {
  --tw-translate-x: -16rem !important;
}

.focus\:tw--translate-x-72:focus {
  --tw-translate-x: -18rem !important;
}

.focus\:tw--translate-x-80:focus {
  --tw-translate-x: -20rem !important;
}

.focus\:tw--translate-x-96:focus {
  --tw-translate-x: -24rem !important;
}

.focus\:tw--translate-x-px:focus {
  --tw-translate-x: -1px !important;
}

.focus\:tw--translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem !important;
}

.focus\:tw--translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem !important;
}

.focus\:tw--translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem !important;
}

.focus\:tw--translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem !important;
}

.focus\:tw-translate-x-1\/2:focus {
  --tw-translate-x: 50% !important;
}

.focus\:tw-translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important;
}

.focus\:tw-translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important;
}

.focus\:tw-translate-x-1\/4:focus {
  --tw-translate-x: 25% !important;
}

.focus\:tw-translate-x-2\/4:focus {
  --tw-translate-x: 50% !important;
}

.focus\:tw-translate-x-3\/4:focus {
  --tw-translate-x: 75% !important;
}

.focus\:tw-translate-x-full:focus {
  --tw-translate-x: 100% !important;
}

.focus\:tw--translate-x-1\/2:focus {
  --tw-translate-x: -50% !important;
}

.focus\:tw--translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important;
}

.focus\:tw--translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important;
}

.focus\:tw--translate-x-1\/4:focus {
  --tw-translate-x: -25% !important;
}

.focus\:tw--translate-x-2\/4:focus {
  --tw-translate-x: -50% !important;
}

.focus\:tw--translate-x-3\/4:focus {
  --tw-translate-x: -75% !important;
}

.focus\:tw--translate-x-full:focus {
  --tw-translate-x: -100% !important;
}

.focus\:tw-translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:tw-translate-y-1:focus {
  --tw-translate-y: 0.25rem !important;
}

.focus\:tw-translate-y-2:focus {
  --tw-translate-y: 0.5rem !important;
}

.focus\:tw-translate-y-3:focus {
  --tw-translate-y: 0.75rem !important;
}

.focus\:tw-translate-y-4:focus {
  --tw-translate-y: 1rem !important;
}

.focus\:tw-translate-y-5:focus {
  --tw-translate-y: 1.25rem !important;
}

.focus\:tw-translate-y-6:focus {
  --tw-translate-y: 1.5rem !important;
}

.focus\:tw-translate-y-7:focus {
  --tw-translate-y: 1.75rem !important;
}

.focus\:tw-translate-y-8:focus {
  --tw-translate-y: 2rem !important;
}

.focus\:tw-translate-y-9:focus {
  --tw-translate-y: 2.25rem !important;
}

.focus\:tw-translate-y-10:focus {
  --tw-translate-y: 2.5rem !important;
}

.focus\:tw-translate-y-11:focus {
  --tw-translate-y: 2.75rem !important;
}

.focus\:tw-translate-y-12:focus {
  --tw-translate-y: 3rem !important;
}

.focus\:tw-translate-y-14:focus {
  --tw-translate-y: 3.5rem !important;
}

.focus\:tw-translate-y-16:focus {
  --tw-translate-y: 4rem !important;
}

.focus\:tw-translate-y-20:focus {
  --tw-translate-y: 5rem !important;
}

.focus\:tw-translate-y-24:focus {
  --tw-translate-y: 6rem !important;
}

.focus\:tw-translate-y-28:focus {
  --tw-translate-y: 7rem !important;
}

.focus\:tw-translate-y-32:focus {
  --tw-translate-y: 8rem !important;
}

.focus\:tw-translate-y-36:focus {
  --tw-translate-y: 9rem !important;
}

.focus\:tw-translate-y-40:focus {
  --tw-translate-y: 10rem !important;
}

.focus\:tw-translate-y-44:focus {
  --tw-translate-y: 11rem !important;
}

.focus\:tw-translate-y-48:focus {
  --tw-translate-y: 12rem !important;
}

.focus\:tw-translate-y-52:focus {
  --tw-translate-y: 13rem !important;
}

.focus\:tw-translate-y-56:focus {
  --tw-translate-y: 14rem !important;
}

.focus\:tw-translate-y-60:focus {
  --tw-translate-y: 15rem !important;
}

.focus\:tw-translate-y-64:focus {
  --tw-translate-y: 16rem !important;
}

.focus\:tw-translate-y-72:focus {
  --tw-translate-y: 18rem !important;
}

.focus\:tw-translate-y-80:focus {
  --tw-translate-y: 20rem !important;
}

.focus\:tw-translate-y-96:focus {
  --tw-translate-y: 24rem !important;
}

.focus\:tw-translate-y-px:focus {
  --tw-translate-y: 1px !important;
}

.focus\:tw-translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem !important;
}

.focus\:tw-translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem !important;
}

.focus\:tw-translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem !important;
}

.focus\:tw-translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem !important;
}

.focus\:tw--translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:tw--translate-y-1:focus {
  --tw-translate-y: -0.25rem !important;
}

.focus\:tw--translate-y-2:focus {
  --tw-translate-y: -0.5rem !important;
}

.focus\:tw--translate-y-3:focus {
  --tw-translate-y: -0.75rem !important;
}

.focus\:tw--translate-y-4:focus {
  --tw-translate-y: -1rem !important;
}

.focus\:tw--translate-y-5:focus {
  --tw-translate-y: -1.25rem !important;
}

.focus\:tw--translate-y-6:focus {
  --tw-translate-y: -1.5rem !important;
}

.focus\:tw--translate-y-7:focus {
  --tw-translate-y: -1.75rem !important;
}

.focus\:tw--translate-y-8:focus {
  --tw-translate-y: -2rem !important;
}

.focus\:tw--translate-y-9:focus {
  --tw-translate-y: -2.25rem !important;
}

.focus\:tw--translate-y-10:focus {
  --tw-translate-y: -2.5rem !important;
}

.focus\:tw--translate-y-11:focus {
  --tw-translate-y: -2.75rem !important;
}

.focus\:tw--translate-y-12:focus {
  --tw-translate-y: -3rem !important;
}

.focus\:tw--translate-y-14:focus {
  --tw-translate-y: -3.5rem !important;
}

.focus\:tw--translate-y-16:focus {
  --tw-translate-y: -4rem !important;
}

.focus\:tw--translate-y-20:focus {
  --tw-translate-y: -5rem !important;
}

.focus\:tw--translate-y-24:focus {
  --tw-translate-y: -6rem !important;
}

.focus\:tw--translate-y-28:focus {
  --tw-translate-y: -7rem !important;
}

.focus\:tw--translate-y-32:focus {
  --tw-translate-y: -8rem !important;
}

.focus\:tw--translate-y-36:focus {
  --tw-translate-y: -9rem !important;
}

.focus\:tw--translate-y-40:focus {
  --tw-translate-y: -10rem !important;
}

.focus\:tw--translate-y-44:focus {
  --tw-translate-y: -11rem !important;
}

.focus\:tw--translate-y-48:focus {
  --tw-translate-y: -12rem !important;
}

.focus\:tw--translate-y-52:focus {
  --tw-translate-y: -13rem !important;
}

.focus\:tw--translate-y-56:focus {
  --tw-translate-y: -14rem !important;
}

.focus\:tw--translate-y-60:focus {
  --tw-translate-y: -15rem !important;
}

.focus\:tw--translate-y-64:focus {
  --tw-translate-y: -16rem !important;
}

.focus\:tw--translate-y-72:focus {
  --tw-translate-y: -18rem !important;
}

.focus\:tw--translate-y-80:focus {
  --tw-translate-y: -20rem !important;
}

.focus\:tw--translate-y-96:focus {
  --tw-translate-y: -24rem !important;
}

.focus\:tw--translate-y-px:focus {
  --tw-translate-y: -1px !important;
}

.focus\:tw--translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem !important;
}

.focus\:tw--translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem !important;
}

.focus\:tw--translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem !important;
}

.focus\:tw--translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem !important;
}

.focus\:tw-translate-y-1\/2:focus {
  --tw-translate-y: 50% !important;
}

.focus\:tw-translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important;
}

.focus\:tw-translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important;
}

.focus\:tw-translate-y-1\/4:focus {
  --tw-translate-y: 25% !important;
}

.focus\:tw-translate-y-2\/4:focus {
  --tw-translate-y: 50% !important;
}

.focus\:tw-translate-y-3\/4:focus {
  --tw-translate-y: 75% !important;
}

.focus\:tw-translate-y-full:focus {
  --tw-translate-y: 100% !important;
}

.focus\:tw--translate-y-1\/2:focus {
  --tw-translate-y: -50% !important;
}

.focus\:tw--translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important;
}

.focus\:tw--translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important;
}

.focus\:tw--translate-y-1\/4:focus {
  --tw-translate-y: -25% !important;
}

.focus\:tw--translate-y-2\/4:focus {
  --tw-translate-y: -50% !important;
}

.focus\:tw--translate-y-3\/4:focus {
  --tw-translate-y: -75% !important;
}

.focus\:tw--translate-y-full:focus {
  --tw-translate-y: -100% !important;
}

.tw-skew-x-0 {
  --tw-skew-x: 0deg !important;
}

.tw-skew-x-1 {
  --tw-skew-x: 1deg !important;
}

.tw-skew-x-2 {
  --tw-skew-x: 2deg !important;
}

.tw-skew-x-3 {
  --tw-skew-x: 3deg !important;
}

.tw-skew-x-6 {
  --tw-skew-x: 6deg !important;
}

.tw-skew-x-12 {
  --tw-skew-x: 12deg !important;
}

.tw--skew-x-12 {
  --tw-skew-x: -12deg !important;
}

.tw--skew-x-6 {
  --tw-skew-x: -6deg !important;
}

.tw--skew-x-3 {
  --tw-skew-x: -3deg !important;
}

.tw--skew-x-2 {
  --tw-skew-x: -2deg !important;
}

.tw--skew-x-1 {
  --tw-skew-x: -1deg !important;
}

.tw-skew-y-0 {
  --tw-skew-y: 0deg !important;
}

.tw-skew-y-1 {
  --tw-skew-y: 1deg !important;
}

.tw-skew-y-2 {
  --tw-skew-y: 2deg !important;
}

.tw-skew-y-3 {
  --tw-skew-y: 3deg !important;
}

.tw-skew-y-6 {
  --tw-skew-y: 6deg !important;
}

.tw-skew-y-12 {
  --tw-skew-y: 12deg !important;
}

.tw--skew-y-12 {
  --tw-skew-y: -12deg !important;
}

.tw--skew-y-6 {
  --tw-skew-y: -6deg !important;
}

.tw--skew-y-3 {
  --tw-skew-y: -3deg !important;
}

.tw--skew-y-2 {
  --tw-skew-y: -2deg !important;
}

.tw--skew-y-1 {
  --tw-skew-y: -1deg !important;
}

.hover\:tw-skew-x-0:hover {
  --tw-skew-x: 0deg !important;
}

.hover\:tw-skew-x-1:hover {
  --tw-skew-x: 1deg !important;
}

.hover\:tw-skew-x-2:hover {
  --tw-skew-x: 2deg !important;
}

.hover\:tw-skew-x-3:hover {
  --tw-skew-x: 3deg !important;
}

.hover\:tw-skew-x-6:hover {
  --tw-skew-x: 6deg !important;
}

.hover\:tw-skew-x-12:hover {
  --tw-skew-x: 12deg !important;
}

.hover\:tw--skew-x-12:hover {
  --tw-skew-x: -12deg !important;
}

.hover\:tw--skew-x-6:hover {
  --tw-skew-x: -6deg !important;
}

.hover\:tw--skew-x-3:hover {
  --tw-skew-x: -3deg !important;
}

.hover\:tw--skew-x-2:hover {
  --tw-skew-x: -2deg !important;
}

.hover\:tw--skew-x-1:hover {
  --tw-skew-x: -1deg !important;
}

.hover\:tw-skew-y-0:hover {
  --tw-skew-y: 0deg !important;
}

.hover\:tw-skew-y-1:hover {
  --tw-skew-y: 1deg !important;
}

.hover\:tw-skew-y-2:hover {
  --tw-skew-y: 2deg !important;
}

.hover\:tw-skew-y-3:hover {
  --tw-skew-y: 3deg !important;
}

.hover\:tw-skew-y-6:hover {
  --tw-skew-y: 6deg !important;
}

.hover\:tw-skew-y-12:hover {
  --tw-skew-y: 12deg !important;
}

.hover\:tw--skew-y-12:hover {
  --tw-skew-y: -12deg !important;
}

.hover\:tw--skew-y-6:hover {
  --tw-skew-y: -6deg !important;
}

.hover\:tw--skew-y-3:hover {
  --tw-skew-y: -3deg !important;
}

.hover\:tw--skew-y-2:hover {
  --tw-skew-y: -2deg !important;
}

.hover\:tw--skew-y-1:hover {
  --tw-skew-y: -1deg !important;
}

.focus\:tw-skew-x-0:focus {
  --tw-skew-x: 0deg !important;
}

.focus\:tw-skew-x-1:focus {
  --tw-skew-x: 1deg !important;
}

.focus\:tw-skew-x-2:focus {
  --tw-skew-x: 2deg !important;
}

.focus\:tw-skew-x-3:focus {
  --tw-skew-x: 3deg !important;
}

.focus\:tw-skew-x-6:focus {
  --tw-skew-x: 6deg !important;
}

.focus\:tw-skew-x-12:focus {
  --tw-skew-x: 12deg !important;
}

.focus\:tw--skew-x-12:focus {
  --tw-skew-x: -12deg !important;
}

.focus\:tw--skew-x-6:focus {
  --tw-skew-x: -6deg !important;
}

.focus\:tw--skew-x-3:focus {
  --tw-skew-x: -3deg !important;
}

.focus\:tw--skew-x-2:focus {
  --tw-skew-x: -2deg !important;
}

.focus\:tw--skew-x-1:focus {
  --tw-skew-x: -1deg !important;
}

.focus\:tw-skew-y-0:focus {
  --tw-skew-y: 0deg !important;
}

.focus\:tw-skew-y-1:focus {
  --tw-skew-y: 1deg !important;
}

.focus\:tw-skew-y-2:focus {
  --tw-skew-y: 2deg !important;
}

.focus\:tw-skew-y-3:focus {
  --tw-skew-y: 3deg !important;
}

.focus\:tw-skew-y-6:focus {
  --tw-skew-y: 6deg !important;
}

.focus\:tw-skew-y-12:focus {
  --tw-skew-y: 12deg !important;
}

.focus\:tw--skew-y-12:focus {
  --tw-skew-y: -12deg !important;
}

.focus\:tw--skew-y-6:focus {
  --tw-skew-y: -6deg !important;
}

.focus\:tw--skew-y-3:focus {
  --tw-skew-y: -3deg !important;
}

.focus\:tw--skew-y-2:focus {
  --tw-skew-y: -2deg !important;
}

.focus\:tw--skew-y-1:focus {
  --tw-skew-y: -1deg !important;
}

.tw-transition-none {
  transition-property: none !important;
}

.tw-transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-ease-linear {
  transition-timing-function: linear !important;
}

.tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tw-duration-75 {
  transition-duration: 75ms !important;
}

.tw-duration-100 {
  transition-duration: 100ms !important;
}

.tw-duration-150 {
  transition-duration: 150ms !important;
}

.tw-duration-200 {
  transition-duration: 200ms !important;
}

.tw-duration-300 {
  transition-duration: 300ms !important;
}

.tw-duration-500 {
  transition-duration: 500ms !important;
}

.tw-duration-700 {
  transition-duration: 700ms !important;
}

.tw-duration-1000 {
  transition-duration: 1000ms !important;
}

.tw-delay-75 {
  transition-delay: 75ms !important;
}

.tw-delay-100 {
  transition-delay: 100ms !important;
}

.tw-delay-150 {
  transition-delay: 150ms !important;
}

.tw-delay-200 {
  transition-delay: 200ms !important;
}

.tw-delay-300 {
  transition-delay: 300ms !important;
}

.tw-delay-500 {
  transition-delay: 500ms !important;
}

.tw-delay-700 {
  transition-delay: 700ms !important;
}

.tw-delay-1000 {
  transition-delay: 1000ms !important;
}

@-webkit-keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}

@keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.tw-animate-none {
  -webkit-animation: none !important;
          animation: none !important;
}

.tw-animate-spin {
  -webkit-animation: tw-spin 1s linear infinite !important;
          animation: tw-spin 1s linear infinite !important;
}

.tw-animate-ping {
  -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.tw-animate-pulse {
  -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.tw-animate-bounce {
  -webkit-animation: tw-bounce 1s infinite !important;
          animation: tw-bounce 1s infinite !important;
}

@media (min-width: 365px) {
  .xxs\:tw-space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw-space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw--space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xxs\:tw--space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxs\:tw-space-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .xxs\:tw-space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .xxs\:tw-divide-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xxs\:tw-divide-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxs\:tw-divide-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xxs\:tw-divide-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxs\:tw-divide-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xxs\:tw-divide-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxs\:tw-divide-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xxs\:tw-divide-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxs\:tw-divide-y &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xxs\:tw-divide-x &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxs\:tw-divide-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .xxs\:tw-divide-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .xxs\:tw-divide-transparent &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .xxs\:tw-divide-current &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .xxs\:tw-divide-white &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-black &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-gray-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-gray-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-gray-150 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-gray-200 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-gray-600 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-gray-700 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-gray-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-green-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-green-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-blue-500 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-blue-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-blue-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-divide-opacity)) !important;
  }

  .xxs\:tw-divide-solid &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .xxs\:tw-divide-dashed &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .xxs\:tw-divide-dotted &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .xxs\:tw-divide-double &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .xxs\:tw-divide-none &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .xxs\:tw-divide-opacity-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .xxs\:tw-divide-opacity-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .xxs\:tw-divide-opacity-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .xxs\:tw-divide-opacity-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xxs\:tw-divide-opacity-25 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .xxs\:tw-divide-opacity-30 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .xxs\:tw-divide-opacity-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .xxs\:tw-divide-opacity-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .xxs\:tw-divide-opacity-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .xxs\:tw-divide-opacity-70 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xxs\:tw-divide-opacity-75 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .xxs\:tw-divide-opacity-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .xxs\:tw-divide-opacity-90 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .xxs\:tw-divide-opacity-95 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .xxs\:tw-divide-opacity-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .xxs\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xxs\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xxs\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xxs\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xxs\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xxs\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xxs\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xxs\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .xxs\:tw-bg-local {
    background-attachment: local !important;
  }

  .xxs\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .xxs\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .xxs\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xxs\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .xxs\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xxs\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .xxs\:tw-bg-current {
    background-color: currentColor !important;
  }

  .xxs\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xxs\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xxs\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-gray-150:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .xxs\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .xxs\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-gray-150:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xxs\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xxs\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .xxs\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-gray-150:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xxs\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xxs\:tw-bg-none {
    background-image: none !important;
  }

  .xxs\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xxs\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xxs\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xxs\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xxs\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xxs\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xxs\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xxs\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xxs\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:tw-from-gray-50 {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xxs\:tw-from-gray-100 {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xxs\:tw-from-gray-150 {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:tw-from-gray-200 {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xxs\:tw-from-gray-600 {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:tw-from-gray-700 {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xxs\:tw-from-gray-800 {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:tw-from-green-100 {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xxs\:tw-from-green-900 {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xxs\:tw-from-blue-500 {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xxs\:tw-from-blue-800 {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xxs\:tw-from-blue-900 {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xxs\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xxs\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xxs\:tw-via-gray-150 {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xxs\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xxs\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xxs\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xxs\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xxs\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xxs\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xxs\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xxs\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xxs\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .xxs\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .xxs\:tw-to-gray-50 {
    --tw-gradient-to: #FAFAFA !important;
  }

  .xxs\:tw-to-gray-100 {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .xxs\:tw-to-gray-150 {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xxs\:tw-to-gray-200 {
    --tw-gradient-to: #EDEDED !important;
  }

  .xxs\:tw-to-gray-600 {
    --tw-gradient-to: #666666 !important;
  }

  .xxs\:tw-to-gray-700 {
    --tw-gradient-to: #777777 !important;
  }

  .xxs\:tw-to-gray-800 {
    --tw-gradient-to: #333333 !important;
  }

  .xxs\:tw-to-green-100 {
    --tw-gradient-to: #ACE342 !important;
  }

  .xxs\:tw-to-green-900 {
    --tw-gradient-to: #00A850 !important;
  }

  .xxs\:tw-to-blue-500 {
    --tw-gradient-to: #224257 !important;
  }

  .xxs\:tw-to-blue-800 {
    --tw-gradient-to: #00263D !important;
  }

  .xxs\:tw-to-blue-900 {
    --tw-gradient-to: #012942 !important;
  }

  .xxs\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xxs\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xxs\:hover\:tw-from-gray-150:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xxs\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xxs\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xxs\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xxs\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xxs\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xxs\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xxs\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xxs\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xxs\:hover\:tw-via-gray-150:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xxs\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xxs\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xxs\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xxs\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xxs\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xxs\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xxs\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xxs\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xxs\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .xxs\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .xxs\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #FAFAFA !important;
  }

  .xxs\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .xxs\:hover\:tw-to-gray-150:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xxs\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #EDEDED !important;
  }

  .xxs\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #666666 !important;
  }

  .xxs\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #777777 !important;
  }

  .xxs\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #333333 !important;
  }

  .xxs\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #ACE342 !important;
  }

  .xxs\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #00A850 !important;
  }

  .xxs\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #224257 !important;
  }

  .xxs\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #00263D !important;
  }

  .xxs\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #012942 !important;
  }

  .xxs\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xxs\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xxs\:focus\:tw-from-gray-150:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xxs\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xxs\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xxs\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xxs\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xxs\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xxs\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xxs\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xxs\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xxs\:focus\:tw-via-gray-150:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xxs\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xxs\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xxs\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xxs\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xxs\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xxs\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xxs\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xxs\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xxs\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .xxs\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .xxs\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #FAFAFA !important;
  }

  .xxs\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .xxs\:focus\:tw-to-gray-150:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xxs\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #EDEDED !important;
  }

  .xxs\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #666666 !important;
  }

  .xxs\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #777777 !important;
  }

  .xxs\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #333333 !important;
  }

  .xxs\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #ACE342 !important;
  }

  .xxs\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #00A850 !important;
  }

  .xxs\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #224257 !important;
  }

  .xxs\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #00263D !important;
  }

  .xxs\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #012942 !important;
  }

  .xxs\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xxs\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xxs\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .xxs\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxs\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xxs\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xxs\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xxs\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xxs\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xxs\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxs\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xxs\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xxs\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xxs\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xxs\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xxs\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xxs\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xxs\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xxs\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .xxs\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxs\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xxs\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xxs\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xxs\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xxs\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xxs\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxs\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xxs\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xxs\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xxs\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xxs\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xxs\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xxs\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xxs\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .xxs\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xxs\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xxs\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xxs\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xxs\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xxs\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xxs\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xxs\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xxs\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xxs\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xxs\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xxs\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xxs\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .xxs\:tw-bg-center {
    background-position: center !important;
  }

  .xxs\:tw-bg-left {
    background-position: left !important;
  }

  .xxs\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xxs\:tw-bg-left-top {
    background-position: left top !important;
  }

  .xxs\:tw-bg-right {
    background-position: right !important;
  }

  .xxs\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xxs\:tw-bg-right-top {
    background-position: right top !important;
  }

  .xxs\:tw-bg-top {
    background-position: top !important;
  }

  .xxs\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .xxs\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xxs\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xxs\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xxs\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .xxs\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .xxs\:tw-bg-auto {
    background-size: auto !important;
  }

  .xxs\:tw-bg-cover {
    background-size: cover !important;
  }

  .xxs\:tw-bg-contain {
    background-size: contain !important;
  }

  .xxs\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .xxs\:tw-border-separate {
    border-collapse: separate !important;
  }

  .xxs\:tw-border-transparent {
    border-color: transparent !important;
  }

  .xxs\:tw-border-current {
    border-color: currentColor !important;
  }

  .xxs\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xxs\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .xxs\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-gray-150:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .xxs\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .xxs\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-gray-150:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xxs\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .xxs\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .xxs\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-gray-150:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xxs\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xxs\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xxs\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xxs\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .xxs\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xxs\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xxs\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xxs\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xxs\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xxs\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xxs\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xxs\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xxs\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xxs\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xxs\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xxs\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xxs\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xxs\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xxs\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xxs\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .xxs\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xxs\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xxs\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xxs\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xxs\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xxs\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xxs\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xxs\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xxs\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xxs\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xxs\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xxs\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xxs\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xxs\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xxs\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .xxs\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xxs\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xxs\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xxs\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xxs\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xxs\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xxs\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xxs\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xxs\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xxs\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xxs\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xxs\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xxs\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .xxs\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xxs\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .xxs\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .xxs\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xxs\:tw-rounded-llg {
    border-radius: 0.625rem !important;
  }

  .xxs\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .xxs\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .xxs\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .xxs\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .xxs\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xxs\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xxs\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xxs\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xxs\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xxs\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxs\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxs\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxs\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xxs\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxs\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxs\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxs\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xxs\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxs\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxs\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxs\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xxs\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxs\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxs\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxs\:tw-rounded-t-llg {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }

  .xxs\:tw-rounded-r-llg {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }

  .xxs\:tw-rounded-b-llg {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .xxs\:tw-rounded-l-llg {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .xxs\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xxs\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxs\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxs\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxs\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xxs\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xxs\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxs\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxs\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xxs\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxs\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxs\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxs\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxs\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxs\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxs\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxs\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xxs\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xxs\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xxs\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xxs\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xxs\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xxs\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxs\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxs\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xxs\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xxs\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxs\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxs\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .xxs\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .xxs\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxs\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxs\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xxs\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xxs\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxs\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxs\:tw-rounded-tl-llg {
    border-top-left-radius: 0.625rem !important;
  }

  .xxs\:tw-rounded-tr-llg {
    border-top-right-radius: 0.625rem !important;
  }

  .xxs\:tw-rounded-br-llg {
    border-bottom-right-radius: 0.625rem !important;
  }

  .xxs\:tw-rounded-bl-llg {
    border-bottom-left-radius: 0.625rem !important;
  }

  .xxs\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .xxs\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .xxs\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxs\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxs\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .xxs\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .xxs\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .xxs\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .xxs\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .xxs\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .xxs\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxs\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxs\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xxs\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xxs\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xxs\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xxs\:tw-border-solid {
    border-style: solid !important;
  }

  .xxs\:tw-border-dashed {
    border-style: dashed !important;
  }

  .xxs\:tw-border-dotted {
    border-style: dotted !important;
  }

  .xxs\:tw-border-double {
    border-style: double !important;
  }

  .xxs\:tw-border-none {
    border-style: none !important;
  }

  .xxs\:tw-border-0 {
    border-width: 0px !important;
  }

  .xxs\:tw-border-2 {
    border-width: 2px !important;
  }

  .xxs\:tw-border-4 {
    border-width: 4px !important;
  }

  .xxs\:tw-border-8 {
    border-width: 8px !important;
  }

  .xxs\:tw-border {
    border-width: 1px !important;
  }

  .xxs\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .xxs\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .xxs\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xxs\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .xxs\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .xxs\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .xxs\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xxs\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .xxs\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .xxs\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .xxs\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xxs\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .xxs\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .xxs\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .xxs\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xxs\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .xxs\:tw-border-t {
    border-top-width: 1px !important;
  }

  .xxs\:tw-border-r {
    border-right-width: 1px !important;
  }

  .xxs\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .xxs\:tw-border-l {
    border-left-width: 1px !important;
  }

  .xxs\:tw-box-border {
    box-sizing: border-box !important;
  }

  .xxs\:tw-box-content {
    box-sizing: content-box !important;
  }

  .xxs\:tw-cursor-auto {
    cursor: auto !important;
  }

  .xxs\:tw-cursor-default {
    cursor: default !important;
  }

  .xxs\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .xxs\:tw-cursor-wait {
    cursor: wait !important;
  }

  .xxs\:tw-cursor-text {
    cursor: text !important;
  }

  .xxs\:tw-cursor-move {
    cursor: move !important;
  }

  .xxs\:tw-cursor-help {
    cursor: help !important;
  }

  .xxs\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xxs\:tw-block {
    display: block !important;
  }

  .xxs\:tw-inline-block {
    display: inline-block !important;
  }

  .xxs\:tw-inline {
    display: inline !important;
  }

  .xxs\:tw-flex {
    display: flex !important;
  }

  .xxs\:tw-inline-flex {
    display: inline-flex !important;
  }

  .xxs\:tw-table {
    display: table !important;
  }

  .xxs\:tw-table-caption {
    display: table-caption !important;
  }

  .xxs\:tw-table-cell {
    display: table-cell !important;
  }

  .xxs\:tw-table-column {
    display: table-column !important;
  }

  .xxs\:tw-table-column-group {
    display: table-column-group !important;
  }

  .xxs\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .xxs\:tw-table-header-group {
    display: table-header-group !important;
  }

  .xxs\:tw-table-row-group {
    display: table-row-group !important;
  }

  .xxs\:tw-table-row {
    display: table-row !important;
  }

  .xxs\:tw-flow-root {
    display: flow-root !important;
  }

  .xxs\:tw-grid {
    display: grid !important;
  }

  .xxs\:tw-inline-grid {
    display: inline-grid !important;
  }

  .xxs\:tw-contents {
    display: contents !important;
  }

  .xxs\:tw-hidden {
    display: none !important;
  }

  .xxs\:tw-flex-row {
    flex-direction: row !important;
  }

  .xxs\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xxs\:tw-flex-col {
    flex-direction: column !important;
  }

  .xxs\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xxs\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .xxs\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xxs\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xxs\:tw-place-items-auto {
    place-items: auto !important;
  }

  .xxs\:tw-place-items-start {
    place-items: start !important;
  }

  .xxs\:tw-place-items-end {
    place-items: end !important;
  }

  .xxs\:tw-place-items-center {
    place-items: center !important;
  }

  .xxs\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .xxs\:tw-place-content-center {
    place-content: center !important;
  }

  .xxs\:tw-place-content-start {
    place-content: start !important;
  }

  .xxs\:tw-place-content-end {
    place-content: end !important;
  }

  .xxs\:tw-place-content-between {
    place-content: space-between !important;
  }

  .xxs\:tw-place-content-around {
    place-content: space-around !important;
  }

  .xxs\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .xxs\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .xxs\:tw-place-self-auto {
    place-self: auto !important;
  }

  .xxs\:tw-place-self-start {
    place-self: start !important;
  }

  .xxs\:tw-place-self-end {
    place-self: end !important;
  }

  .xxs\:tw-place-self-center {
    place-self: center !important;
  }

  .xxs\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .xxs\:tw-items-start {
    align-items: flex-start !important;
  }

  .xxs\:tw-items-end {
    align-items: flex-end !important;
  }

  .xxs\:tw-items-center {
    align-items: center !important;
  }

  .xxs\:tw-items-baseline {
    align-items: baseline !important;
  }

  .xxs\:tw-items-stretch {
    align-items: stretch !important;
  }

  .xxs\:tw-content-center {
    align-content: center !important;
  }

  .xxs\:tw-content-start {
    align-content: flex-start !important;
  }

  .xxs\:tw-content-end {
    align-content: flex-end !important;
  }

  .xxs\:tw-content-between {
    align-content: space-between !important;
  }

  .xxs\:tw-content-around {
    align-content: space-around !important;
  }

  .xxs\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .xxs\:tw-self-auto {
    align-self: auto !important;
  }

  .xxs\:tw-self-start {
    align-self: flex-start !important;
  }

  .xxs\:tw-self-end {
    align-self: flex-end !important;
  }

  .xxs\:tw-self-center {
    align-self: center !important;
  }

  .xxs\:tw-self-stretch {
    align-self: stretch !important;
  }

  .xxs\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .xxs\:tw-justify-items-start {
    justify-items: start !important;
  }

  .xxs\:tw-justify-items-end {
    justify-items: end !important;
  }

  .xxs\:tw-justify-items-center {
    justify-items: center !important;
  }

  .xxs\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .xxs\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .xxs\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .xxs\:tw-justify-center {
    justify-content: center !important;
  }

  .xxs\:tw-justify-between {
    justify-content: space-between !important;
  }

  .xxs\:tw-justify-around {
    justify-content: space-around !important;
  }

  .xxs\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .xxs\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .xxs\:tw-justify-self-start {
    justify-self: start !important;
  }

  .xxs\:tw-justify-self-end {
    justify-self: end !important;
  }

  .xxs\:tw-justify-self-center {
    justify-self: center !important;
  }

  .xxs\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .xxs\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .xxs\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .xxs\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .xxs\:tw-flex-none {
    flex: none !important;
  }

  .xxs\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xxs\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .xxs\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xxs\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xxs\:tw-order-1 {
    order: 1 !important;
  }

  .xxs\:tw-order-2 {
    order: 2 !important;
  }

  .xxs\:tw-order-3 {
    order: 3 !important;
  }

  .xxs\:tw-order-4 {
    order: 4 !important;
  }

  .xxs\:tw-order-5 {
    order: 5 !important;
  }

  .xxs\:tw-order-6 {
    order: 6 !important;
  }

  .xxs\:tw-order-7 {
    order: 7 !important;
  }

  .xxs\:tw-order-8 {
    order: 8 !important;
  }

  .xxs\:tw-order-9 {
    order: 9 !important;
  }

  .xxs\:tw-order-10 {
    order: 10 !important;
  }

  .xxs\:tw-order-11 {
    order: 11 !important;
  }

  .xxs\:tw-order-12 {
    order: 12 !important;
  }

  .xxs\:tw-order-first {
    order: -9999 !important;
  }

  .xxs\:tw-order-last {
    order: 9999 !important;
  }

  .xxs\:tw-order-none {
    order: 0 !important;
  }

  .xxs\:tw-float-right {
    float: right !important;
  }

  .xxs\:tw-float-left {
    float: left !important;
  }

  .xxs\:tw-float-none {
    float: none !important;
  }

  .xxs\:tw-clear-left {
    clear: left !important;
  }

  .xxs\:tw-clear-right {
    clear: right !important;
  }

  .xxs\:tw-clear-both {
    clear: both !important;
  }

  .xxs\:tw-clear-none {
    clear: none !important;
  }

  .xxs\:tw-font-helvetica {
    font-family: Helvetica, Arial, sans-serif !important;
  }

  .xxs\:tw-font-kanit {
    font-family: Kanit, sans-serif !important;
  }

  .xxs\:tw-font-thin {
    font-weight: 100 !important;
  }

  .xxs\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .xxs\:tw-font-light {
    font-weight: 300 !important;
  }

  .xxs\:tw-font-normal {
    font-weight: 400 !important;
  }

  .xxs\:tw-font-medium {
    font-weight: 500 !important;
  }

  .xxs\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .xxs\:tw-font-bold {
    font-weight: 700 !important;
  }

  .xxs\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .xxs\:tw-font-black {
    font-weight: 900 !important;
  }

  .xxs\:tw-h-0 {
    height: 0px !important;
  }

  .xxs\:tw-h-1 {
    height: 0.25rem !important;
  }

  .xxs\:tw-h-2 {
    height: 0.5rem !important;
  }

  .xxs\:tw-h-3 {
    height: 0.75rem !important;
  }

  .xxs\:tw-h-4 {
    height: 1rem !important;
  }

  .xxs\:tw-h-5 {
    height: 1.25rem !important;
  }

  .xxs\:tw-h-6 {
    height: 1.5rem !important;
  }

  .xxs\:tw-h-7 {
    height: 1.75rem !important;
  }

  .xxs\:tw-h-8 {
    height: 2rem !important;
  }

  .xxs\:tw-h-9 {
    height: 2.25rem !important;
  }

  .xxs\:tw-h-10 {
    height: 2.5rem !important;
  }

  .xxs\:tw-h-11 {
    height: 2.75rem !important;
  }

  .xxs\:tw-h-12 {
    height: 3rem !important;
  }

  .xxs\:tw-h-14 {
    height: 3.5rem !important;
  }

  .xxs\:tw-h-16 {
    height: 4rem !important;
  }

  .xxs\:tw-h-20 {
    height: 5rem !important;
  }

  .xxs\:tw-h-24 {
    height: 6rem !important;
  }

  .xxs\:tw-h-28 {
    height: 7rem !important;
  }

  .xxs\:tw-h-32 {
    height: 8rem !important;
  }

  .xxs\:tw-h-36 {
    height: 9rem !important;
  }

  .xxs\:tw-h-40 {
    height: 10rem !important;
  }

  .xxs\:tw-h-44 {
    height: 11rem !important;
  }

  .xxs\:tw-h-48 {
    height: 12rem !important;
  }

  .xxs\:tw-h-52 {
    height: 13rem !important;
  }

  .xxs\:tw-h-56 {
    height: 14rem !important;
  }

  .xxs\:tw-h-60 {
    height: 15rem !important;
  }

  .xxs\:tw-h-64 {
    height: 16rem !important;
  }

  .xxs\:tw-h-72 {
    height: 18rem !important;
  }

  .xxs\:tw-h-80 {
    height: 20rem !important;
  }

  .xxs\:tw-h-96 {
    height: 24rem !important;
  }

  .xxs\:tw-h-auto {
    height: auto !important;
  }

  .xxs\:tw-h-px {
    height: 1px !important;
  }

  .xxs\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .xxs\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .xxs\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .xxs\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .xxs\:tw-h-1\/2 {
    height: 50% !important;
  }

  .xxs\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .xxs\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .xxs\:tw-h-1\/4 {
    height: 25% !important;
  }

  .xxs\:tw-h-2\/4 {
    height: 50% !important;
  }

  .xxs\:tw-h-3\/4 {
    height: 75% !important;
  }

  .xxs\:tw-h-1\/5 {
    height: 20% !important;
  }

  .xxs\:tw-h-2\/5 {
    height: 40% !important;
  }

  .xxs\:tw-h-3\/5 {
    height: 60% !important;
  }

  .xxs\:tw-h-4\/5 {
    height: 80% !important;
  }

  .xxs\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .xxs\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .xxs\:tw-h-3\/6 {
    height: 50% !important;
  }

  .xxs\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .xxs\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .xxs\:tw-h-full {
    height: 100% !important;
  }

  .xxs\:tw-h-screen {
    height: 100vh !important;
  }

  .xxs\:tw-text-xxs {
    font-size: 0.4375rem !important;
    line-height: 0.57rem !important;
  }

  .xxs\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .xxs\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .xxs\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xxs\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xxs\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xxs\:tw-text-xxl {
    font-size: 1.429rem !important;
    line-height: 1.75rem !important;
  }

  .xxs\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xxs\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .xxs\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .xxs\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xxs\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .xxs\:tw-text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .xxs\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .xxs\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .xxs\:tw-text-5xs {
    font-size: 0.5rem !important;
    line-height: 0.53rem !important;
  }

  .xxs\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .xxs\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .xxs\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .xxs\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .xxs\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .xxs\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .xxs\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .xxs\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .xxs\:tw-leading-none {
    line-height: 1 !important;
  }

  .xxs\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .xxs\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .xxs\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .xxs\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .xxs\:tw-leading-loose {
    line-height: 2 !important;
  }

  .xxs\:tw-list-inside {
    list-style-position: inside !important;
  }

  .xxs\:tw-list-outside {
    list-style-position: outside !important;
  }

  .xxs\:tw-list-none {
    list-style-type: none !important;
  }

  .xxs\:tw-list-disc {
    list-style-type: disc !important;
  }

  .xxs\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .xxs\:tw-m-0 {
    margin: 0px !important;
  }

  .xxs\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .xxs\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .xxs\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .xxs\:tw-m-4 {
    margin: 1rem !important;
  }

  .xxs\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .xxs\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .xxs\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .xxs\:tw-m-8 {
    margin: 2rem !important;
  }

  .xxs\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .xxs\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .xxs\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .xxs\:tw-m-12 {
    margin: 3rem !important;
  }

  .xxs\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .xxs\:tw-m-16 {
    margin: 4rem !important;
  }

  .xxs\:tw-m-20 {
    margin: 5rem !important;
  }

  .xxs\:tw-m-24 {
    margin: 6rem !important;
  }

  .xxs\:tw-m-28 {
    margin: 7rem !important;
  }

  .xxs\:tw-m-32 {
    margin: 8rem !important;
  }

  .xxs\:tw-m-36 {
    margin: 9rem !important;
  }

  .xxs\:tw-m-40 {
    margin: 10rem !important;
  }

  .xxs\:tw-m-44 {
    margin: 11rem !important;
  }

  .xxs\:tw-m-48 {
    margin: 12rem !important;
  }

  .xxs\:tw-m-52 {
    margin: 13rem !important;
  }

  .xxs\:tw-m-56 {
    margin: 14rem !important;
  }

  .xxs\:tw-m-60 {
    margin: 15rem !important;
  }

  .xxs\:tw-m-64 {
    margin: 16rem !important;
  }

  .xxs\:tw-m-72 {
    margin: 18rem !important;
  }

  .xxs\:tw-m-80 {
    margin: 20rem !important;
  }

  .xxs\:tw-m-96 {
    margin: 24rem !important;
  }

  .xxs\:tw-m-auto {
    margin: auto !important;
  }

  .xxs\:tw-m-px {
    margin: 1px !important;
  }

  .xxs\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .xxs\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .xxs\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .xxs\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .xxs\:tw--m-0 {
    margin: 0px !important;
  }

  .xxs\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .xxs\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .xxs\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .xxs\:tw--m-4 {
    margin: -1rem !important;
  }

  .xxs\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .xxs\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .xxs\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .xxs\:tw--m-8 {
    margin: -2rem !important;
  }

  .xxs\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .xxs\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .xxs\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .xxs\:tw--m-12 {
    margin: -3rem !important;
  }

  .xxs\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .xxs\:tw--m-16 {
    margin: -4rem !important;
  }

  .xxs\:tw--m-20 {
    margin: -5rem !important;
  }

  .xxs\:tw--m-24 {
    margin: -6rem !important;
  }

  .xxs\:tw--m-28 {
    margin: -7rem !important;
  }

  .xxs\:tw--m-32 {
    margin: -8rem !important;
  }

  .xxs\:tw--m-36 {
    margin: -9rem !important;
  }

  .xxs\:tw--m-40 {
    margin: -10rem !important;
  }

  .xxs\:tw--m-44 {
    margin: -11rem !important;
  }

  .xxs\:tw--m-48 {
    margin: -12rem !important;
  }

  .xxs\:tw--m-52 {
    margin: -13rem !important;
  }

  .xxs\:tw--m-56 {
    margin: -14rem !important;
  }

  .xxs\:tw--m-60 {
    margin: -15rem !important;
  }

  .xxs\:tw--m-64 {
    margin: -16rem !important;
  }

  .xxs\:tw--m-72 {
    margin: -18rem !important;
  }

  .xxs\:tw--m-80 {
    margin: -20rem !important;
  }

  .xxs\:tw--m-96 {
    margin: -24rem !important;
  }

  .xxs\:tw--m-px {
    margin: -1px !important;
  }

  .xxs\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .xxs\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .xxs\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .xxs\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .xxs\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xxs\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xxs\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xxs\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xxs\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xxs\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xxs\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xxs\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xxs\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xxs\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xxs\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xxs\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xxs\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xxs\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xxs\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xxs\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xxs\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xxs\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xxs\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xxs\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xxs\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xxs\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xxs\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xxs\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xxs\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xxs\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xxs\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xxs\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xxs\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xxs\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xxs\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xxs\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xxs\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xxs\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xxs\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xxs\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xxs\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xxs\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xxs\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xxs\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xxs\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xxs\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xxs\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xxs\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xxs\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xxs\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xxs\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xxs\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xxs\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xxs\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xxs\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xxs\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xxs\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xxs\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xxs\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xxs\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xxs\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xxs\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xxs\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xxs\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xxs\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxs\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxs\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xxs\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xxs\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xxs\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xxs\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xxs\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xxs\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xxs\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xxs\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xxs\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xxs\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xxs\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xxs\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xxs\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xxs\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xxs\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xxs\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xxs\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xxs\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xxs\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xxs\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xxs\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xxs\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xxs\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xxs\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xxs\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xxs\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xxs\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xxs\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xxs\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xxs\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xxs\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xxs\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xxs\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xxs\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xxs\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xxs\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xxs\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xxs\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xxs\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xxs\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xxs\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xxs\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xxs\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xxs\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xxs\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xxs\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xxs\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xxs\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xxs\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xxs\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xxs\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xxs\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xxs\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xxs\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xxs\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xxs\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xxs\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xxs\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xxs\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xxs\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xxs\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xxs\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xxs\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xxs\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xxs\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xxs\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xxs\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xxs\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xxs\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xxs\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xxs\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xxs\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xxs\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xxs\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xxs\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xxs\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xxs\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xxs\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xxs\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xxs\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .xxs\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .xxs\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .xxs\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .xxs\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .xxs\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .xxs\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xxs\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .xxs\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .xxs\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .xxs\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xxs\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .xxs\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .xxs\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .xxs\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xxs\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .xxs\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .xxs\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .xxs\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .xxs\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .xxs\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .xxs\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .xxs\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xxs\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .xxs\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .xxs\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .xxs\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xxs\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .xxs\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .xxs\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .xxs\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .xxs\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .xxs\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .xxs\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .xxs\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .xxs\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .xxs\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .xxs\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .xxs\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .xxs\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .xxs\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .xxs\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .xxs\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xxs\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .xxs\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .xxs\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .xxs\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .xxs\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .xxs\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .xxs\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .xxs\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .xxs\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .xxs\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .xxs\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .xxs\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xxs\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .xxs\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .xxs\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .xxs\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .xxs\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .xxs\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .xxs\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .xxs\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .xxs\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .xxs\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .xxs\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .xxs\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .xxs\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .xxs\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .xxs\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .xxs\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .xxs\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .xxs\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .xxs\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .xxs\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .xxs\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .xxs\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .xxs\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .xxs\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .xxs\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .xxs\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .xxs\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .xxs\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .xxs\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .xxs\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .xxs\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .xxs\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .xxs\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .xxs\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .xxs\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .xxs\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .xxs\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .xxs\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .xxs\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .xxs\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .xxs\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .xxs\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .xxs\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .xxs\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .xxs\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .xxs\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .xxs\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .xxs\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .xxs\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .xxs\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .xxs\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .xxs\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .xxs\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .xxs\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .xxs\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .xxs\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .xxs\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .xxs\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .xxs\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .xxs\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .xxs\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .xxs\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .xxs\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .xxs\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .xxs\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .xxs\:tw-mt-auto {
    margin-top: auto !important;
  }

  .xxs\:tw-mr-auto {
    margin-right: auto !important;
  }

  .xxs\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .xxs\:tw-ml-auto {
    margin-left: auto !important;
  }

  .xxs\:tw-mt-px {
    margin-top: 1px !important;
  }

  .xxs\:tw-mr-px {
    margin-right: 1px !important;
  }

  .xxs\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .xxs\:tw-ml-px {
    margin-left: 1px !important;
  }

  .xxs\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .xxs\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .xxs\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .xxs\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .xxs\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .xxs\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .xxs\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .xxs\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .xxs\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .xxs\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .xxs\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .xxs\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .xxs\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .xxs\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .xxs\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .xxs\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .xxs\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .xxs\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .xxs\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .xxs\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .xxs\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .xxs\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .xxs\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xxs\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .xxs\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .xxs\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .xxs\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xxs\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .xxs\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .xxs\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .xxs\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xxs\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .xxs\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .xxs\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .xxs\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .xxs\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .xxs\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .xxs\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .xxs\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xxs\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .xxs\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .xxs\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .xxs\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xxs\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .xxs\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .xxs\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .xxs\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .xxs\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .xxs\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .xxs\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .xxs\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .xxs\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .xxs\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .xxs\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .xxs\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .xxs\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .xxs\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .xxs\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .xxs\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xxs\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .xxs\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .xxs\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .xxs\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .xxs\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .xxs\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .xxs\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .xxs\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .xxs\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .xxs\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .xxs\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .xxs\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .xxs\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .xxs\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .xxs\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .xxs\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .xxs\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .xxs\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .xxs\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .xxs\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .xxs\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .xxs\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .xxs\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .xxs\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .xxs\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .xxs\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .xxs\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .xxs\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .xxs\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .xxs\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .xxs\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .xxs\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .xxs\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .xxs\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .xxs\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .xxs\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .xxs\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .xxs\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .xxs\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .xxs\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .xxs\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .xxs\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .xxs\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .xxs\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .xxs\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .xxs\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .xxs\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .xxs\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .xxs\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .xxs\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .xxs\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .xxs\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .xxs\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .xxs\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .xxs\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .xxs\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .xxs\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .xxs\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .xxs\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .xxs\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .xxs\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .xxs\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .xxs\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .xxs\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .xxs\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .xxs\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .xxs\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .xxs\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .xxs\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .xxs\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .xxs\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .xxs\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .xxs\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .xxs\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .xxs\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .xxs\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .xxs\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .xxs\:tw--mt-px {
    margin-top: -1px !important;
  }

  .xxs\:tw--mr-px {
    margin-right: -1px !important;
  }

  .xxs\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .xxs\:tw--ml-px {
    margin-left: -1px !important;
  }

  .xxs\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .xxs\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .xxs\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .xxs\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .xxs\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .xxs\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .xxs\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .xxs\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .xxs\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .xxs\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .xxs\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .xxs\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .xxs\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .xxs\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .xxs\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .xxs\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .xxs\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .xxs\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .xxs\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .xxs\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .xxs\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .xxs\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .xxs\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .xxs\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .xxs\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .xxs\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .xxs\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .xxs\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .xxs\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .xxs\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .xxs\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .xxs\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .xxs\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .xxs\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .xxs\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .xxs\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .xxs\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .xxs\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .xxs\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .xxs\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .xxs\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .xxs\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .xxs\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .xxs\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .xxs\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .xxs\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .xxs\:tw-max-h-px {
    max-height: 1px !important;
  }

  .xxs\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .xxs\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .xxs\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .xxs\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .xxs\:tw-max-h-full {
    max-height: 100% !important;
  }

  .xxs\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .xxs\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .xxs\:tw-max-w-none {
    max-width: none !important;
  }

  .xxs\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .xxs\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .xxs\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .xxs\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .xxs\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .xxs\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .xxs\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .xxs\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .xxs\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .xxs\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .xxs\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .xxs\:tw-max-w-full {
    max-width: 100% !important;
  }

  .xxs\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xxs\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xxs\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .xxs\:tw-max-w-screen-xxs {
    max-width: 365px !important;
  }

  .xxs\:tw-max-w-screen-xs {
    max-width: 414px !important;
  }

  .xxs\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .xxs\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .xxs\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .xxs\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .xxs\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .xxs\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .xxs\:tw-min-h-full {
    min-height: 100% !important;
  }

  .xxs\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .xxs\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .xxs\:tw-min-w-full {
    min-width: 100% !important;
  }

  .xxs\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xxs\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xxs\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xxs\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xxs\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xxs\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xxs\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xxs\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xxs\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xxs\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xxs\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xxs\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xxs\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xxs\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xxs\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xxs\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xxs\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .xxs\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .xxs\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .xxs\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .xxs\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .xxs\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .xxs\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .xxs\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .xxs\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .xxs\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .xxs\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .xxs\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .xxs\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .xxs\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .xxs\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .xxs\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xxs\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xxs\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .xxs\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xxs\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xxs\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xxs\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xxs\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xxs\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xxs\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xxs\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xxs\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xxs\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xxs\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xxs\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xxs\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .xxs\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xxs\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .xxs\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xxs\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xxs\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xxs\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xxs\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xxs\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xxs\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xxs\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xxs\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xxs\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xxs\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xxs\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .xxs\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .xxs\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xxs\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .xxs\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xxs\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xxs\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xxs\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xxs\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xxs\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xxs\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xxs\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xxs\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xxs\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xxs\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xxs\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .xxs\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxs\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxs\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxs\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxs\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxs\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxs\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxs\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxs\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxs\:tw-overflow-auto {
    overflow: auto !important;
  }

  .xxs\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .xxs\:tw-overflow-visible {
    overflow: visible !important;
  }

  .xxs\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .xxs\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .xxs\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .xxs\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xxs\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xxs\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .xxs\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .xxs\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xxs\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xxs\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xxs\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xxs\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xxs\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xxs\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xxs\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xxs\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xxs\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xxs\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xxs\:tw-p-0 {
    padding: 0px !important;
  }

  .xxs\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .xxs\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .xxs\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .xxs\:tw-p-4 {
    padding: 1rem !important;
  }

  .xxs\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .xxs\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .xxs\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .xxs\:tw-p-8 {
    padding: 2rem !important;
  }

  .xxs\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .xxs\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .xxs\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .xxs\:tw-p-12 {
    padding: 3rem !important;
  }

  .xxs\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .xxs\:tw-p-16 {
    padding: 4rem !important;
  }

  .xxs\:tw-p-20 {
    padding: 5rem !important;
  }

  .xxs\:tw-p-24 {
    padding: 6rem !important;
  }

  .xxs\:tw-p-28 {
    padding: 7rem !important;
  }

  .xxs\:tw-p-32 {
    padding: 8rem !important;
  }

  .xxs\:tw-p-36 {
    padding: 9rem !important;
  }

  .xxs\:tw-p-40 {
    padding: 10rem !important;
  }

  .xxs\:tw-p-44 {
    padding: 11rem !important;
  }

  .xxs\:tw-p-48 {
    padding: 12rem !important;
  }

  .xxs\:tw-p-52 {
    padding: 13rem !important;
  }

  .xxs\:tw-p-56 {
    padding: 14rem !important;
  }

  .xxs\:tw-p-60 {
    padding: 15rem !important;
  }

  .xxs\:tw-p-64 {
    padding: 16rem !important;
  }

  .xxs\:tw-p-72 {
    padding: 18rem !important;
  }

  .xxs\:tw-p-80 {
    padding: 20rem !important;
  }

  .xxs\:tw-p-96 {
    padding: 24rem !important;
  }

  .xxs\:tw-p-px {
    padding: 1px !important;
  }

  .xxs\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .xxs\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .xxs\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .xxs\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .xxs\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xxs\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xxs\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xxs\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xxs\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xxs\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xxs\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xxs\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xxs\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xxs\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xxs\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xxs\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xxs\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xxs\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xxs\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xxs\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xxs\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xxs\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xxs\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xxs\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xxs\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xxs\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xxs\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xxs\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xxs\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xxs\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xxs\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xxs\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xxs\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xxs\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xxs\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xxs\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xxs\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xxs\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xxs\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xxs\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xxs\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xxs\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xxs\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xxs\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xxs\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xxs\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xxs\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xxs\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xxs\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xxs\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xxs\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xxs\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xxs\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xxs\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xxs\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xxs\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xxs\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xxs\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xxs\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xxs\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xxs\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xxs\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xxs\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xxs\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xxs\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xxs\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xxs\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xxs\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xxs\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xxs\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xxs\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xxs\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xxs\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xxs\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xxs\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .xxs\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .xxs\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .xxs\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .xxs\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .xxs\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .xxs\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xxs\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .xxs\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .xxs\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .xxs\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xxs\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .xxs\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .xxs\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .xxs\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xxs\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .xxs\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .xxs\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .xxs\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .xxs\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .xxs\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .xxs\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .xxs\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xxs\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .xxs\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .xxs\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .xxs\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xxs\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .xxs\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .xxs\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .xxs\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .xxs\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .xxs\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .xxs\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .xxs\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .xxs\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .xxs\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .xxs\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .xxs\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .xxs\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .xxs\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .xxs\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .xxs\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xxs\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .xxs\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .xxs\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .xxs\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .xxs\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .xxs\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .xxs\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .xxs\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .xxs\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .xxs\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .xxs\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .xxs\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xxs\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .xxs\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .xxs\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .xxs\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .xxs\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .xxs\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .xxs\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .xxs\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .xxs\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .xxs\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .xxs\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .xxs\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .xxs\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .xxs\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .xxs\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .xxs\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .xxs\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .xxs\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .xxs\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .xxs\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .xxs\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .xxs\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .xxs\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .xxs\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .xxs\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .xxs\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .xxs\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .xxs\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .xxs\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .xxs\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .xxs\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .xxs\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .xxs\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .xxs\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .xxs\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .xxs\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .xxs\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .xxs\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .xxs\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .xxs\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .xxs\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .xxs\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .xxs\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .xxs\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .xxs\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .xxs\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .xxs\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .xxs\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .xxs\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .xxs\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .xxs\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .xxs\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .xxs\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .xxs\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .xxs\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .xxs\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .xxs\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .xxs\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .xxs\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .xxs\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .xxs\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .xxs\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .xxs\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .xxs\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .xxs\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .xxs\:tw-pt-px {
    padding-top: 1px !important;
  }

  .xxs\:tw-pr-px {
    padding-right: 1px !important;
  }

  .xxs\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .xxs\:tw-pl-px {
    padding-left: 1px !important;
  }

  .xxs\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .xxs\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .xxs\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .xxs\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .xxs\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .xxs\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .xxs\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .xxs\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .xxs\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .xxs\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .xxs\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .xxs\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .xxs\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .xxs\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .xxs\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .xxs\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .xxs\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xxs\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xxs\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xxs\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xxs\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xxs\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xxs\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-150::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-150:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-150::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xxs\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xxs\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xxs\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xxs\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xxs\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xxs\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-150:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-150:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xxs\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxs\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxs\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxs\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxs\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxs\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxs\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxs\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxs\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxs\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxs\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxs\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxs\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxs\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxs\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxs\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxs\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxs\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxs\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxs\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxs\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxs\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxs\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxs\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxs\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxs\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxs\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxs\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxs\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxs\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxs\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxs\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxs\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxs\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxs\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxs\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxs\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxs\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxs\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxs\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxs\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxs\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxs\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxs\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxs\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxs\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xxs\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .xxs\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .xxs\:tw-static {
    position: static !important;
  }

  .xxs\:tw-fixed {
    position: fixed !important;
  }

  .xxs\:tw-absolute {
    position: absolute !important;
  }

  .xxs\:tw-relative {
    position: relative !important;
  }

  .xxs\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xxs\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xxs\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xxs\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xxs\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xxs\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xxs\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xxs\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xxs\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xxs\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xxs\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xxs\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xxs\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xxs\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xxs\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xxs\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xxs\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xxs\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xxs\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xxs\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xxs\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xxs\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xxs\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xxs\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xxs\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xxs\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xxs\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xxs\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xxs\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .xxs\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xxs\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xxs\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxs\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xxs\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xxs\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xxs\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xxs\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xxs\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xxs\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xxs\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xxs\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xxs\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xxs\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xxs\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xxs\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xxs\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xxs\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xxs\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xxs\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xxs\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xxs\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xxs\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xxs\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xxs\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xxs\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xxs\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xxs\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xxs\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xxs\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xxs\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xxs\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xxs\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xxs\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xxs\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xxs\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .xxs\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xxs\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xxs\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xxs\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xxs\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xxs\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xxs\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xxs\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xxs\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xxs\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xxs\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xxs\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xxs\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xxs\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xxs\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xxs\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xxs\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xxs\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xxs\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xxs\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xxs\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xxs\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xxs\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .xxs\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xxs\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xxs\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xxs\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xxs\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xxs\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xxs\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xxs\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .xxs\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xxs\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xxs\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xxs\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xxs\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xxs\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xxs\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xxs\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .xxs\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xxs\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xxs\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xxs\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xxs\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xxs\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xxs\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xxs\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .xxs\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xxs\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xxs\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xxs\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .xxs\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xxs\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .xxs\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xxs\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .xxs\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xxs\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .xxs\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xxs\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .xxs\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xxs\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .xxs\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xxs\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .xxs\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xxs\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .xxs\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xxs\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .xxs\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xxs\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .xxs\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xxs\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .xxs\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xxs\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .xxs\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xxs\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .xxs\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .xxs\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .xxs\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xxs\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .xxs\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xxs\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .xxs\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xxs\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .xxs\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xxs\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .xxs\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xxs\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xxs\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xxs\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xxs\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xxs\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xxs\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xxs\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xxs\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xxs\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .xxs\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xxs\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xxs\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xxs\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xxs\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xxs\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xxs\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xxs\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .xxs\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xxs\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xxs\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xxs\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xxs\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xxs\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xxs\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xxs\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .xxs\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xxs\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xxs\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xxs\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xxs\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xxs\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xxs\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xxs\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .xxs\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xxs\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xxs\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xxs\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .xxs\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xxs\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .xxs\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xxs\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .xxs\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xxs\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .xxs\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xxs\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .xxs\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xxs\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .xxs\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xxs\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .xxs\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xxs\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .xxs\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xxs\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .xxs\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xxs\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .xxs\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xxs\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .xxs\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xxs\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .xxs\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xxs\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .xxs\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .xxs\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .xxs\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xxs\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .xxs\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xxs\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .xxs\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xxs\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .xxs\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xxs\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xxs\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xxs\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xxs\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xxs\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xxs\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xxs\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xxs\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xxs\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .xxs\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xxs\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xxs\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xxs\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xxs\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xxs\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .xxs\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xxs\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .xxs\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xxs\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .xxs\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xxs\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .xxs\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xxs\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .xxs\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xxs\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xxs\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xxs\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xxs\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xxs\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .xxs\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xxs\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .xxs\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xxs\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .xxs\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xxs\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .xxs\:tw-top-0 {
    top: 0px !important;
  }

  .xxs\:tw-right-0 {
    right: 0px !important;
  }

  .xxs\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .xxs\:tw-left-0 {
    left: 0px !important;
  }

  .xxs\:tw-top-1 {
    top: 0.25rem !important;
  }

  .xxs\:tw-right-1 {
    right: 0.25rem !important;
  }

  .xxs\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .xxs\:tw-left-1 {
    left: 0.25rem !important;
  }

  .xxs\:tw-top-2 {
    top: 0.5rem !important;
  }

  .xxs\:tw-right-2 {
    right: 0.5rem !important;
  }

  .xxs\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .xxs\:tw-left-2 {
    left: 0.5rem !important;
  }

  .xxs\:tw-top-3 {
    top: 0.75rem !important;
  }

  .xxs\:tw-right-3 {
    right: 0.75rem !important;
  }

  .xxs\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .xxs\:tw-left-3 {
    left: 0.75rem !important;
  }

  .xxs\:tw-top-4 {
    top: 1rem !important;
  }

  .xxs\:tw-right-4 {
    right: 1rem !important;
  }

  .xxs\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .xxs\:tw-left-4 {
    left: 1rem !important;
  }

  .xxs\:tw-top-5 {
    top: 1.25rem !important;
  }

  .xxs\:tw-right-5 {
    right: 1.25rem !important;
  }

  .xxs\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .xxs\:tw-left-5 {
    left: 1.25rem !important;
  }

  .xxs\:tw-top-6 {
    top: 1.5rem !important;
  }

  .xxs\:tw-right-6 {
    right: 1.5rem !important;
  }

  .xxs\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .xxs\:tw-left-6 {
    left: 1.5rem !important;
  }

  .xxs\:tw-top-7 {
    top: 1.75rem !important;
  }

  .xxs\:tw-right-7 {
    right: 1.75rem !important;
  }

  .xxs\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .xxs\:tw-left-7 {
    left: 1.75rem !important;
  }

  .xxs\:tw-top-8 {
    top: 2rem !important;
  }

  .xxs\:tw-right-8 {
    right: 2rem !important;
  }

  .xxs\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .xxs\:tw-left-8 {
    left: 2rem !important;
  }

  .xxs\:tw-top-9 {
    top: 2.25rem !important;
  }

  .xxs\:tw-right-9 {
    right: 2.25rem !important;
  }

  .xxs\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .xxs\:tw-left-9 {
    left: 2.25rem !important;
  }

  .xxs\:tw-top-10 {
    top: 2.5rem !important;
  }

  .xxs\:tw-right-10 {
    right: 2.5rem !important;
  }

  .xxs\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .xxs\:tw-left-10 {
    left: 2.5rem !important;
  }

  .xxs\:tw-top-11 {
    top: 2.75rem !important;
  }

  .xxs\:tw-right-11 {
    right: 2.75rem !important;
  }

  .xxs\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .xxs\:tw-left-11 {
    left: 2.75rem !important;
  }

  .xxs\:tw-top-12 {
    top: 3rem !important;
  }

  .xxs\:tw-right-12 {
    right: 3rem !important;
  }

  .xxs\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .xxs\:tw-left-12 {
    left: 3rem !important;
  }

  .xxs\:tw-top-14 {
    top: 3.5rem !important;
  }

  .xxs\:tw-right-14 {
    right: 3.5rem !important;
  }

  .xxs\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .xxs\:tw-left-14 {
    left: 3.5rem !important;
  }

  .xxs\:tw-top-16 {
    top: 4rem !important;
  }

  .xxs\:tw-right-16 {
    right: 4rem !important;
  }

  .xxs\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .xxs\:tw-left-16 {
    left: 4rem !important;
  }

  .xxs\:tw-top-20 {
    top: 5rem !important;
  }

  .xxs\:tw-right-20 {
    right: 5rem !important;
  }

  .xxs\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .xxs\:tw-left-20 {
    left: 5rem !important;
  }

  .xxs\:tw-top-24 {
    top: 6rem !important;
  }

  .xxs\:tw-right-24 {
    right: 6rem !important;
  }

  .xxs\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .xxs\:tw-left-24 {
    left: 6rem !important;
  }

  .xxs\:tw-top-28 {
    top: 7rem !important;
  }

  .xxs\:tw-right-28 {
    right: 7rem !important;
  }

  .xxs\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .xxs\:tw-left-28 {
    left: 7rem !important;
  }

  .xxs\:tw-top-32 {
    top: 8rem !important;
  }

  .xxs\:tw-right-32 {
    right: 8rem !important;
  }

  .xxs\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .xxs\:tw-left-32 {
    left: 8rem !important;
  }

  .xxs\:tw-top-36 {
    top: 9rem !important;
  }

  .xxs\:tw-right-36 {
    right: 9rem !important;
  }

  .xxs\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .xxs\:tw-left-36 {
    left: 9rem !important;
  }

  .xxs\:tw-top-40 {
    top: 10rem !important;
  }

  .xxs\:tw-right-40 {
    right: 10rem !important;
  }

  .xxs\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .xxs\:tw-left-40 {
    left: 10rem !important;
  }

  .xxs\:tw-top-44 {
    top: 11rem !important;
  }

  .xxs\:tw-right-44 {
    right: 11rem !important;
  }

  .xxs\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .xxs\:tw-left-44 {
    left: 11rem !important;
  }

  .xxs\:tw-top-48 {
    top: 12rem !important;
  }

  .xxs\:tw-right-48 {
    right: 12rem !important;
  }

  .xxs\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .xxs\:tw-left-48 {
    left: 12rem !important;
  }

  .xxs\:tw-top-52 {
    top: 13rem !important;
  }

  .xxs\:tw-right-52 {
    right: 13rem !important;
  }

  .xxs\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .xxs\:tw-left-52 {
    left: 13rem !important;
  }

  .xxs\:tw-top-56 {
    top: 14rem !important;
  }

  .xxs\:tw-right-56 {
    right: 14rem !important;
  }

  .xxs\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .xxs\:tw-left-56 {
    left: 14rem !important;
  }

  .xxs\:tw-top-60 {
    top: 15rem !important;
  }

  .xxs\:tw-right-60 {
    right: 15rem !important;
  }

  .xxs\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .xxs\:tw-left-60 {
    left: 15rem !important;
  }

  .xxs\:tw-top-64 {
    top: 16rem !important;
  }

  .xxs\:tw-right-64 {
    right: 16rem !important;
  }

  .xxs\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .xxs\:tw-left-64 {
    left: 16rem !important;
  }

  .xxs\:tw-top-72 {
    top: 18rem !important;
  }

  .xxs\:tw-right-72 {
    right: 18rem !important;
  }

  .xxs\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .xxs\:tw-left-72 {
    left: 18rem !important;
  }

  .xxs\:tw-top-80 {
    top: 20rem !important;
  }

  .xxs\:tw-right-80 {
    right: 20rem !important;
  }

  .xxs\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .xxs\:tw-left-80 {
    left: 20rem !important;
  }

  .xxs\:tw-top-96 {
    top: 24rem !important;
  }

  .xxs\:tw-right-96 {
    right: 24rem !important;
  }

  .xxs\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .xxs\:tw-left-96 {
    left: 24rem !important;
  }

  .xxs\:tw-top-auto {
    top: auto !important;
  }

  .xxs\:tw-right-auto {
    right: auto !important;
  }

  .xxs\:tw-bottom-auto {
    bottom: auto !important;
  }

  .xxs\:tw-left-auto {
    left: auto !important;
  }

  .xxs\:tw-top-px {
    top: 1px !important;
  }

  .xxs\:tw-right-px {
    right: 1px !important;
  }

  .xxs\:tw-bottom-px {
    bottom: 1px !important;
  }

  .xxs\:tw-left-px {
    left: 1px !important;
  }

  .xxs\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .xxs\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .xxs\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .xxs\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .xxs\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .xxs\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .xxs\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .xxs\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .xxs\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .xxs\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .xxs\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .xxs\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .xxs\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .xxs\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .xxs\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .xxs\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .xxs\:tw--top-0 {
    top: 0px !important;
  }

  .xxs\:tw--right-0 {
    right: 0px !important;
  }

  .xxs\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .xxs\:tw--left-0 {
    left: 0px !important;
  }

  .xxs\:tw--top-1 {
    top: -0.25rem !important;
  }

  .xxs\:tw--right-1 {
    right: -0.25rem !important;
  }

  .xxs\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .xxs\:tw--left-1 {
    left: -0.25rem !important;
  }

  .xxs\:tw--top-2 {
    top: -0.5rem !important;
  }

  .xxs\:tw--right-2 {
    right: -0.5rem !important;
  }

  .xxs\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .xxs\:tw--left-2 {
    left: -0.5rem !important;
  }

  .xxs\:tw--top-3 {
    top: -0.75rem !important;
  }

  .xxs\:tw--right-3 {
    right: -0.75rem !important;
  }

  .xxs\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .xxs\:tw--left-3 {
    left: -0.75rem !important;
  }

  .xxs\:tw--top-4 {
    top: -1rem !important;
  }

  .xxs\:tw--right-4 {
    right: -1rem !important;
  }

  .xxs\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .xxs\:tw--left-4 {
    left: -1rem !important;
  }

  .xxs\:tw--top-5 {
    top: -1.25rem !important;
  }

  .xxs\:tw--right-5 {
    right: -1.25rem !important;
  }

  .xxs\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .xxs\:tw--left-5 {
    left: -1.25rem !important;
  }

  .xxs\:tw--top-6 {
    top: -1.5rem !important;
  }

  .xxs\:tw--right-6 {
    right: -1.5rem !important;
  }

  .xxs\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .xxs\:tw--left-6 {
    left: -1.5rem !important;
  }

  .xxs\:tw--top-7 {
    top: -1.75rem !important;
  }

  .xxs\:tw--right-7 {
    right: -1.75rem !important;
  }

  .xxs\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .xxs\:tw--left-7 {
    left: -1.75rem !important;
  }

  .xxs\:tw--top-8 {
    top: -2rem !important;
  }

  .xxs\:tw--right-8 {
    right: -2rem !important;
  }

  .xxs\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .xxs\:tw--left-8 {
    left: -2rem !important;
  }

  .xxs\:tw--top-9 {
    top: -2.25rem !important;
  }

  .xxs\:tw--right-9 {
    right: -2.25rem !important;
  }

  .xxs\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .xxs\:tw--left-9 {
    left: -2.25rem !important;
  }

  .xxs\:tw--top-10 {
    top: -2.5rem !important;
  }

  .xxs\:tw--right-10 {
    right: -2.5rem !important;
  }

  .xxs\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .xxs\:tw--left-10 {
    left: -2.5rem !important;
  }

  .xxs\:tw--top-11 {
    top: -2.75rem !important;
  }

  .xxs\:tw--right-11 {
    right: -2.75rem !important;
  }

  .xxs\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .xxs\:tw--left-11 {
    left: -2.75rem !important;
  }

  .xxs\:tw--top-12 {
    top: -3rem !important;
  }

  .xxs\:tw--right-12 {
    right: -3rem !important;
  }

  .xxs\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .xxs\:tw--left-12 {
    left: -3rem !important;
  }

  .xxs\:tw--top-14 {
    top: -3.5rem !important;
  }

  .xxs\:tw--right-14 {
    right: -3.5rem !important;
  }

  .xxs\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .xxs\:tw--left-14 {
    left: -3.5rem !important;
  }

  .xxs\:tw--top-16 {
    top: -4rem !important;
  }

  .xxs\:tw--right-16 {
    right: -4rem !important;
  }

  .xxs\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .xxs\:tw--left-16 {
    left: -4rem !important;
  }

  .xxs\:tw--top-20 {
    top: -5rem !important;
  }

  .xxs\:tw--right-20 {
    right: -5rem !important;
  }

  .xxs\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .xxs\:tw--left-20 {
    left: -5rem !important;
  }

  .xxs\:tw--top-24 {
    top: -6rem !important;
  }

  .xxs\:tw--right-24 {
    right: -6rem !important;
  }

  .xxs\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .xxs\:tw--left-24 {
    left: -6rem !important;
  }

  .xxs\:tw--top-28 {
    top: -7rem !important;
  }

  .xxs\:tw--right-28 {
    right: -7rem !important;
  }

  .xxs\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .xxs\:tw--left-28 {
    left: -7rem !important;
  }

  .xxs\:tw--top-32 {
    top: -8rem !important;
  }

  .xxs\:tw--right-32 {
    right: -8rem !important;
  }

  .xxs\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .xxs\:tw--left-32 {
    left: -8rem !important;
  }

  .xxs\:tw--top-36 {
    top: -9rem !important;
  }

  .xxs\:tw--right-36 {
    right: -9rem !important;
  }

  .xxs\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .xxs\:tw--left-36 {
    left: -9rem !important;
  }

  .xxs\:tw--top-40 {
    top: -10rem !important;
  }

  .xxs\:tw--right-40 {
    right: -10rem !important;
  }

  .xxs\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .xxs\:tw--left-40 {
    left: -10rem !important;
  }

  .xxs\:tw--top-44 {
    top: -11rem !important;
  }

  .xxs\:tw--right-44 {
    right: -11rem !important;
  }

  .xxs\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .xxs\:tw--left-44 {
    left: -11rem !important;
  }

  .xxs\:tw--top-48 {
    top: -12rem !important;
  }

  .xxs\:tw--right-48 {
    right: -12rem !important;
  }

  .xxs\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .xxs\:tw--left-48 {
    left: -12rem !important;
  }

  .xxs\:tw--top-52 {
    top: -13rem !important;
  }

  .xxs\:tw--right-52 {
    right: -13rem !important;
  }

  .xxs\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .xxs\:tw--left-52 {
    left: -13rem !important;
  }

  .xxs\:tw--top-56 {
    top: -14rem !important;
  }

  .xxs\:tw--right-56 {
    right: -14rem !important;
  }

  .xxs\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .xxs\:tw--left-56 {
    left: -14rem !important;
  }

  .xxs\:tw--top-60 {
    top: -15rem !important;
  }

  .xxs\:tw--right-60 {
    right: -15rem !important;
  }

  .xxs\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .xxs\:tw--left-60 {
    left: -15rem !important;
  }

  .xxs\:tw--top-64 {
    top: -16rem !important;
  }

  .xxs\:tw--right-64 {
    right: -16rem !important;
  }

  .xxs\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .xxs\:tw--left-64 {
    left: -16rem !important;
  }

  .xxs\:tw--top-72 {
    top: -18rem !important;
  }

  .xxs\:tw--right-72 {
    right: -18rem !important;
  }

  .xxs\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .xxs\:tw--left-72 {
    left: -18rem !important;
  }

  .xxs\:tw--top-80 {
    top: -20rem !important;
  }

  .xxs\:tw--right-80 {
    right: -20rem !important;
  }

  .xxs\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .xxs\:tw--left-80 {
    left: -20rem !important;
  }

  .xxs\:tw--top-96 {
    top: -24rem !important;
  }

  .xxs\:tw--right-96 {
    right: -24rem !important;
  }

  .xxs\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .xxs\:tw--left-96 {
    left: -24rem !important;
  }

  .xxs\:tw--top-px {
    top: -1px !important;
  }

  .xxs\:tw--right-px {
    right: -1px !important;
  }

  .xxs\:tw--bottom-px {
    bottom: -1px !important;
  }

  .xxs\:tw--left-px {
    left: -1px !important;
  }

  .xxs\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .xxs\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .xxs\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .xxs\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .xxs\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .xxs\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .xxs\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .xxs\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .xxs\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .xxs\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .xxs\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .xxs\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .xxs\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .xxs\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .xxs\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .xxs\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .xxs\:tw-top-1\/2 {
    top: 50% !important;
  }

  .xxs\:tw-right-1\/2 {
    right: 50% !important;
  }

  .xxs\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .xxs\:tw-left-1\/2 {
    left: 50% !important;
  }

  .xxs\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .xxs\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .xxs\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xxs\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .xxs\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .xxs\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .xxs\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xxs\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .xxs\:tw-top-1\/4 {
    top: 25% !important;
  }

  .xxs\:tw-right-1\/4 {
    right: 25% !important;
  }

  .xxs\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .xxs\:tw-left-1\/4 {
    left: 25% !important;
  }

  .xxs\:tw-top-2\/4 {
    top: 50% !important;
  }

  .xxs\:tw-right-2\/4 {
    right: 50% !important;
  }

  .xxs\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .xxs\:tw-left-2\/4 {
    left: 50% !important;
  }

  .xxs\:tw-top-3\/4 {
    top: 75% !important;
  }

  .xxs\:tw-right-3\/4 {
    right: 75% !important;
  }

  .xxs\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .xxs\:tw-left-3\/4 {
    left: 75% !important;
  }

  .xxs\:tw-top-full {
    top: 100% !important;
  }

  .xxs\:tw-right-full {
    right: 100% !important;
  }

  .xxs\:tw-bottom-full {
    bottom: 100% !important;
  }

  .xxs\:tw-left-full {
    left: 100% !important;
  }

  .xxs\:tw--top-1\/2 {
    top: -50% !important;
  }

  .xxs\:tw--right-1\/2 {
    right: -50% !important;
  }

  .xxs\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .xxs\:tw--left-1\/2 {
    left: -50% !important;
  }

  .xxs\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .xxs\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .xxs\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xxs\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .xxs\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .xxs\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .xxs\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xxs\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .xxs\:tw--top-1\/4 {
    top: -25% !important;
  }

  .xxs\:tw--right-1\/4 {
    right: -25% !important;
  }

  .xxs\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .xxs\:tw--left-1\/4 {
    left: -25% !important;
  }

  .xxs\:tw--top-2\/4 {
    top: -50% !important;
  }

  .xxs\:tw--right-2\/4 {
    right: -50% !important;
  }

  .xxs\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .xxs\:tw--left-2\/4 {
    left: -50% !important;
  }

  .xxs\:tw--top-3\/4 {
    top: -75% !important;
  }

  .xxs\:tw--right-3\/4 {
    right: -75% !important;
  }

  .xxs\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .xxs\:tw--left-3\/4 {
    left: -75% !important;
  }

  .xxs\:tw--top-full {
    top: -100% !important;
  }

  .xxs\:tw--right-full {
    right: -100% !important;
  }

  .xxs\:tw--bottom-full {
    bottom: -100% !important;
  }

  .xxs\:tw--left-full {
    left: -100% !important;
  }

  .xxs\:tw-resize-none {
    resize: none !important;
  }

  .xxs\:tw-resize-y {
    resize: vertical !important;
  }

  .xxs\:tw-resize-x {
    resize: horizontal !important;
  }

  .xxs\:tw-resize {
    resize: both !important;
  }

  .xxs\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxs\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xxs\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xxs\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxs\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xxs\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xxs\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xxs\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .xxs\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .xxs\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .xxs\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .xxs\:tw-ring-offset-gray-150 {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xxs\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .xxs\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #666666 !important;
  }

  .xxs\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #777777 !important;
  }

  .xxs\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #333333 !important;
  }

  .xxs\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .xxs\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #00A850 !important;
  }

  .xxs\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #224257 !important;
  }

  .xxs\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #00263D !important;
  }

  .xxs\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #012942 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xxs\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xxs\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .xxs\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .xxs\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .xxs\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #777777 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #00A850 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #224257 !important;
  }

  .xxs\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #00263D !important;
  }

  .xxs\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #012942 !important;
  }

  .xxs\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xxs\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xxs\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .xxs\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .xxs\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .xxs\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .xxs\:focus\:tw-ring-offset-gray-150:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xxs\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .xxs\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .xxs\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #777777 !important;
  }

  .xxs\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .xxs\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .xxs\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #00A850 !important;
  }

  .xxs\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #224257 !important;
  }

  .xxs\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #00263D !important;
  }

  .xxs\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #012942 !important;
  }

  .xxs\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xxs\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xxs\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xxs\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xxs\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xxs\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xxs\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xxs\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xxs\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xxs\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xxs\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xxs\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xxs\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xxs\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xxs\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xxs\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xxs\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xxs\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-gray-150 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xxs\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xxs\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-gray-150:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xxs\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xxs\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-gray-150:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .xxs\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .xxs\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xxs\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xxs\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .xxs\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xxs\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xxs\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xxs\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xxs\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xxs\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xxs\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xxs\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xxs\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xxs\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xxs\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xxs\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xxs\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xxs\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xxs\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xxs\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .xxs\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xxs\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xxs\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xxs\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xxs\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xxs\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xxs\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xxs\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xxs\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xxs\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xxs\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xxs\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xxs\:tw-fill-current {
    fill: currentColor !important;
  }

  .xxs\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .xxs\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .xxs\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .xxs\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .xxs\:tw-table-auto {
    table-layout: auto !important;
  }

  .xxs\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .xxs\:tw-text-left {
    text-align: left !important;
  }

  .xxs\:tw-text-center {
    text-align: center !important;
  }

  .xxs\:tw-text-right {
    text-align: right !important;
  }

  .xxs\:tw-text-justify {
    text-align: justify !important;
  }

  .xxs\:tw-text-transparent {
    color: transparent !important;
  }

  .xxs\:tw-text-current {
    color: currentColor !important;
  }

  .xxs\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .xxs\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .xxs\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-gray-150:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .xxs\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .xxs\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-gray-150:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xxs\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .xxs\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .xxs\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-gray-150:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xxs\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xxs\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xxs\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xxs\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .xxs\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xxs\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xxs\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xxs\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xxs\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xxs\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xxs\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xxs\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xxs\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xxs\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xxs\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xxs\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xxs\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xxs\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xxs\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xxs\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .xxs\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xxs\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xxs\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xxs\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xxs\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xxs\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xxs\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xxs\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xxs\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xxs\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xxs\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xxs\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xxs\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xxs\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xxs\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .xxs\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xxs\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xxs\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xxs\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xxs\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xxs\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xxs\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xxs\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xxs\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xxs\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xxs\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xxs\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xxs\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxs\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xxs\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .xxs\:tw-italic {
    font-style: italic !important;
  }

  .xxs\:tw-not-italic {
    font-style: normal !important;
  }

  .xxs\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .xxs\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .xxs\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .xxs\:tw-normal-case {
    text-transform: none !important;
  }

  .xxs\:tw-underline {
    text-decoration: underline !important;
  }

  .xxs\:tw-line-through {
    text-decoration: line-through !important;
  }

  .xxs\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .xxs\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .xxs\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .xxs\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xxs\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .xxs\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .xxs\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .xxs\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .xxs\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .xxs\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .xxs\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .xxs\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxs\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxs\:tw-ordinal, .xxs\:tw-slashed-zero, .xxs\:tw-lining-nums, .xxs\:tw-oldstyle-nums, .xxs\:tw-proportional-nums, .xxs\:tw-tabular-nums, .xxs\:tw-diagonal-fractions, .xxs\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xxs\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .xxs\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xxs\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xxs\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xxs\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xxs\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xxs\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xxs\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xxs\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xxs\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xxs\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xxs\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .xxs\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xxs\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xxs\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xxs\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xxs\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xxs\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xxs\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xxs\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .xxs\:tw-align-top {
    vertical-align: top !important;
  }

  .xxs\:tw-align-middle {
    vertical-align: middle !important;
  }

  .xxs\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .xxs\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .xxs\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xxs\:tw-visible {
    visibility: visible !important;
  }

  .xxs\:tw-invisible {
    visibility: hidden !important;
  }

  .xxs\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .xxs\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xxs\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .xxs\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xxs\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xxs\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xxs\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .xxs\:tw-break-all {
    word-break: break-all !important;
  }

  .xxs\:tw-w-0 {
    width: 0px !important;
  }

  .xxs\:tw-w-1 {
    width: 0.25rem !important;
  }

  .xxs\:tw-w-2 {
    width: 0.5rem !important;
  }

  .xxs\:tw-w-3 {
    width: 0.75rem !important;
  }

  .xxs\:tw-w-4 {
    width: 1rem !important;
  }

  .xxs\:tw-w-5 {
    width: 1.25rem !important;
  }

  .xxs\:tw-w-6 {
    width: 1.5rem !important;
  }

  .xxs\:tw-w-7 {
    width: 1.75rem !important;
  }

  .xxs\:tw-w-8 {
    width: 2rem !important;
  }

  .xxs\:tw-w-9 {
    width: 2.25rem !important;
  }

  .xxs\:tw-w-10 {
    width: 2.5rem !important;
  }

  .xxs\:tw-w-11 {
    width: 2.75rem !important;
  }

  .xxs\:tw-w-12 {
    width: 3rem !important;
  }

  .xxs\:tw-w-14 {
    width: 3.5rem !important;
  }

  .xxs\:tw-w-16 {
    width: 4rem !important;
  }

  .xxs\:tw-w-20 {
    width: 5rem !important;
  }

  .xxs\:tw-w-24 {
    width: 6rem !important;
  }

  .xxs\:tw-w-28 {
    width: 7rem !important;
  }

  .xxs\:tw-w-32 {
    width: 8rem !important;
  }

  .xxs\:tw-w-36 {
    width: 9rem !important;
  }

  .xxs\:tw-w-40 {
    width: 10rem !important;
  }

  .xxs\:tw-w-44 {
    width: 11rem !important;
  }

  .xxs\:tw-w-48 {
    width: 12rem !important;
  }

  .xxs\:tw-w-52 {
    width: 13rem !important;
  }

  .xxs\:tw-w-56 {
    width: 14rem !important;
  }

  .xxs\:tw-w-60 {
    width: 15rem !important;
  }

  .xxs\:tw-w-64 {
    width: 16rem !important;
  }

  .xxs\:tw-w-72 {
    width: 18rem !important;
  }

  .xxs\:tw-w-80 {
    width: 20rem !important;
  }

  .xxs\:tw-w-96 {
    width: 24rem !important;
  }

  .xxs\:tw-w-auto {
    width: auto !important;
  }

  .xxs\:tw-w-px {
    width: 1px !important;
  }

  .xxs\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .xxs\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .xxs\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .xxs\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .xxs\:tw-w-1\/2 {
    width: 50% !important;
  }

  .xxs\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .xxs\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .xxs\:tw-w-1\/4 {
    width: 25% !important;
  }

  .xxs\:tw-w-2\/4 {
    width: 50% !important;
  }

  .xxs\:tw-w-3\/4 {
    width: 75% !important;
  }

  .xxs\:tw-w-1\/5 {
    width: 20% !important;
  }

  .xxs\:tw-w-2\/5 {
    width: 40% !important;
  }

  .xxs\:tw-w-3\/5 {
    width: 60% !important;
  }

  .xxs\:tw-w-4\/5 {
    width: 80% !important;
  }

  .xxs\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .xxs\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .xxs\:tw-w-3\/6 {
    width: 50% !important;
  }

  .xxs\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .xxs\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .xxs\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .xxs\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .xxs\:tw-w-3\/12 {
    width: 25% !important;
  }

  .xxs\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .xxs\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .xxs\:tw-w-6\/12 {
    width: 50% !important;
  }

  .xxs\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .xxs\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .xxs\:tw-w-9\/12 {
    width: 75% !important;
  }

  .xxs\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .xxs\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .xxs\:tw-w-full {
    width: 100% !important;
  }

  .xxs\:tw-w-screen {
    width: 100vw !important;
  }

  .xxs\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xxs\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xxs\:tw-z-0 {
    z-index: 0 !important;
  }

  .xxs\:tw-z-10 {
    z-index: 10 !important;
  }

  .xxs\:tw-z-20 {
    z-index: 20 !important;
  }

  .xxs\:tw-z-30 {
    z-index: 30 !important;
  }

  .xxs\:tw-z-40 {
    z-index: 40 !important;
  }

  .xxs\:tw-z-50 {
    z-index: 50 !important;
  }

  .xxs\:tw-z-auto {
    z-index: auto !important;
  }

  .xxs\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .xxs\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .xxs\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .xxs\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .xxs\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .xxs\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .xxs\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .xxs\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .xxs\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .xxs\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .xxs\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .xxs\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .xxs\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .xxs\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .xxs\:tw-gap-0 {
    gap: 0px !important;
  }

  .xxs\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .xxs\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .xxs\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .xxs\:tw-gap-4 {
    gap: 1rem !important;
  }

  .xxs\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .xxs\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .xxs\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .xxs\:tw-gap-8 {
    gap: 2rem !important;
  }

  .xxs\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .xxs\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .xxs\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .xxs\:tw-gap-12 {
    gap: 3rem !important;
  }

  .xxs\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .xxs\:tw-gap-16 {
    gap: 4rem !important;
  }

  .xxs\:tw-gap-20 {
    gap: 5rem !important;
  }

  .xxs\:tw-gap-24 {
    gap: 6rem !important;
  }

  .xxs\:tw-gap-28 {
    gap: 7rem !important;
  }

  .xxs\:tw-gap-32 {
    gap: 8rem !important;
  }

  .xxs\:tw-gap-36 {
    gap: 9rem !important;
  }

  .xxs\:tw-gap-40 {
    gap: 10rem !important;
  }

  .xxs\:tw-gap-44 {
    gap: 11rem !important;
  }

  .xxs\:tw-gap-48 {
    gap: 12rem !important;
  }

  .xxs\:tw-gap-52 {
    gap: 13rem !important;
  }

  .xxs\:tw-gap-56 {
    gap: 14rem !important;
  }

  .xxs\:tw-gap-60 {
    gap: 15rem !important;
  }

  .xxs\:tw-gap-64 {
    gap: 16rem !important;
  }

  .xxs\:tw-gap-72 {
    gap: 18rem !important;
  }

  .xxs\:tw-gap-80 {
    gap: 20rem !important;
  }

  .xxs\:tw-gap-96 {
    gap: 24rem !important;
  }

  .xxs\:tw-gap-px {
    gap: 1px !important;
  }

  .xxs\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xxs\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xxs\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xxs\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xxs\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xxs\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xxs\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xxs\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xxs\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xxs\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xxs\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xxs\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xxs\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xxs\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xxs\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xxs\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xxs\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xxs\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xxs\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xxs\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xxs\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xxs\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xxs\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xxs\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xxs\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xxs\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xxs\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xxs\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xxs\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xxs\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xxs\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xxs\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xxs\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xxs\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xxs\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xxs\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xxs\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xxs\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xxs\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xxs\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .xxs\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xxs\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xxs\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xxs\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .xxs\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xxs\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xxs\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xxs\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .xxs\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xxs\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xxs\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xxs\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .xxs\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xxs\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .xxs\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .xxs\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .xxs\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .xxs\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .xxs\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .xxs\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .xxs\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .xxs\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .xxs\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .xxs\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .xxs\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .xxs\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .xxs\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .xxs\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .xxs\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .xxs\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .xxs\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xxs\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xxs\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xxs\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xxs\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xxs\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xxs\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xxs\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xxs\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .xxs\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xxs\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xxs\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xxs\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xxs\:tw-col-auto {
    grid-column: auto !important;
  }

  .xxs\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xxs\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xxs\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xxs\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xxs\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xxs\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xxs\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xxs\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xxs\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xxs\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xxs\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xxs\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xxs\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xxs\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .xxs\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .xxs\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .xxs\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .xxs\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .xxs\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .xxs\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .xxs\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .xxs\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .xxs\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .xxs\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .xxs\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .xxs\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .xxs\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .xxs\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .xxs\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .xxs\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .xxs\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .xxs\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .xxs\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .xxs\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .xxs\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .xxs\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .xxs\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .xxs\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .xxs\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .xxs\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .xxs\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .xxs\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxs\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .xxs\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xxs\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xxs\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xxs\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xxs\:tw-row-auto {
    grid-row: auto !important;
  }

  .xxs\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xxs\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xxs\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xxs\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xxs\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xxs\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xxs\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xxs\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .xxs\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .xxs\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .xxs\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .xxs\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .xxs\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .xxs\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .xxs\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .xxs\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .xxs\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .xxs\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .xxs\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .xxs\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .xxs\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .xxs\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .xxs\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .xxs\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xxs\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xxs\:tw-transform-none {
    transform: none !important;
  }

  .xxs\:tw-origin-center {
    transform-origin: center !important;
  }

  .xxs\:tw-origin-top {
    transform-origin: top !important;
  }

  .xxs\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .xxs\:tw-origin-right {
    transform-origin: right !important;
  }

  .xxs\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xxs\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .xxs\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xxs\:tw-origin-left {
    transform-origin: left !important;
  }

  .xxs\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .xxs\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xxs\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xxs\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xxs\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xxs\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xxs\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xxs\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xxs\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xxs\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xxs\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xxs\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xxs\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xxs\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xxs\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xxs\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xxs\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xxs\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xxs\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xxs\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xxs\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xxs\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xxs\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xxs\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xxs\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xxs\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xxs\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xxs\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xxs\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xxs\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xxs\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xxs\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xxs\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xxs\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xxs\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xxs\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xxs\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xxs\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xxs\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xxs\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xxs\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xxs\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xxs\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xxs\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xxs\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xxs\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xxs\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xxs\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xxs\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xxs\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xxs\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xxs\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xxs\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xxs\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xxs\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xxs\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xxs\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xxs\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xxs\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xxs\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xxs\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xxs\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xxs\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xxs\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xxs\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xxs\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xxs\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xxs\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xxs\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xxs\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xxs\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xxs\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xxs\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xxs\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xxs\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xxs\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xxs\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xxs\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xxs\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xxs\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xxs\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xxs\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xxs\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xxs\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xxs\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xxs\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xxs\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xxs\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xxs\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xxs\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xxs\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xxs\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xxs\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xxs\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xxs\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xxs\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xxs\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xxs\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xxs\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xxs\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xxs\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xxs\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xxs\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xxs\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xxs\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xxs\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xxs\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xxs\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xxs\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xxs\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xxs\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xxs\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xxs\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xxs\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xxs\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xxs\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xxs\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xxs\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xxs\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xxs\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xxs\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xxs\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xxs\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xxs\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xxs\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xxs\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xxs\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xxs\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xxs\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xxs\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xxs\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xxs\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xxs\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xxs\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xxs\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xxs\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xxs\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xxs\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xxs\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xxs\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xxs\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xxs\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xxs\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xxs\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .xxs\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .xxs\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .xxs\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .xxs\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .xxs\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .xxs\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .xxs\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .xxs\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .xxs\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .xxs\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .xxs\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .xxs\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .xxs\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .xxs\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .xxs\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .xxs\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .xxs\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .xxs\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .xxs\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .xxs\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .xxs\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .xxs\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .xxs\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .xxs\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .xxs\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .xxs\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .xxs\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .xxs\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .xxs\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xxs\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .xxs\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .xxs\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .xxs\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .xxs\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xxs\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .xxs\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .xxs\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .xxs\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .xxs\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .xxs\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .xxs\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .xxs\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .xxs\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .xxs\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .xxs\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .xxs\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .xxs\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .xxs\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .xxs\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .xxs\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .xxs\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .xxs\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .xxs\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .xxs\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .xxs\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .xxs\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .xxs\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .xxs\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .xxs\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .xxs\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .xxs\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .xxs\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .xxs\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .xxs\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xxs\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .xxs\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .xxs\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .xxs\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .xxs\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xxs\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xxs\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xxs\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xxs\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xxs\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xxs\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xxs\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xxs\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xxs\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xxs\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xxs\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xxs\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xxs\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xxs\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xxs\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .xxs\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .xxs\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .xxs\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .xxs\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .xxs\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .xxs\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .xxs\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .xxs\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .xxs\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .xxs\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .xxs\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .xxs\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .xxs\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .xxs\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .xxs\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .xxs\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .xxs\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .xxs\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .xxs\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .xxs\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .xxs\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .xxs\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .xxs\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .xxs\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .xxs\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .xxs\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .xxs\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .xxs\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .xxs\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xxs\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .xxs\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .xxs\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .xxs\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .xxs\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xxs\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .xxs\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .xxs\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .xxs\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .xxs\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .xxs\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .xxs\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .xxs\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .xxs\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .xxs\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .xxs\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .xxs\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .xxs\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .xxs\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .xxs\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .xxs\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .xxs\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .xxs\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .xxs\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .xxs\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .xxs\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .xxs\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .xxs\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .xxs\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .xxs\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .xxs\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .xxs\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .xxs\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .xxs\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .xxs\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xxs\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .xxs\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .xxs\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .xxs\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .xxs\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xxs\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xxs\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xxs\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xxs\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xxs\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xxs\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xxs\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xxs\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xxs\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xxs\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xxs\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xxs\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xxs\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xxs\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xxs\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .xxs\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .xxs\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .xxs\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .xxs\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .xxs\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .xxs\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .xxs\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .xxs\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .xxs\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .xxs\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .xxs\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .xxs\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .xxs\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .xxs\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .xxs\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .xxs\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .xxs\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .xxs\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .xxs\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .xxs\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .xxs\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .xxs\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .xxs\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .xxs\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .xxs\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .xxs\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .xxs\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .xxs\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .xxs\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xxs\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .xxs\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .xxs\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .xxs\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .xxs\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xxs\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .xxs\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .xxs\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .xxs\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .xxs\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .xxs\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .xxs\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .xxs\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .xxs\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .xxs\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .xxs\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .xxs\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .xxs\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .xxs\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .xxs\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .xxs\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .xxs\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .xxs\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .xxs\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .xxs\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .xxs\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .xxs\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .xxs\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .xxs\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .xxs\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .xxs\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .xxs\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .xxs\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .xxs\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .xxs\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xxs\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .xxs\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .xxs\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .xxs\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .xxs\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xxs\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xxs\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xxs\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xxs\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xxs\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xxs\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xxs\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xxs\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xxs\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xxs\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xxs\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xxs\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xxs\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xxs\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xxs\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .xxs\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .xxs\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .xxs\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .xxs\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .xxs\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .xxs\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .xxs\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .xxs\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .xxs\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .xxs\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .xxs\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .xxs\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .xxs\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .xxs\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .xxs\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .xxs\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .xxs\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .xxs\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .xxs\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .xxs\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .xxs\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .xxs\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .xxs\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .xxs\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .xxs\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .xxs\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .xxs\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .xxs\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .xxs\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xxs\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .xxs\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .xxs\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .xxs\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .xxs\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xxs\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .xxs\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .xxs\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .xxs\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .xxs\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .xxs\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .xxs\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .xxs\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .xxs\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .xxs\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .xxs\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .xxs\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .xxs\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .xxs\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .xxs\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .xxs\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .xxs\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .xxs\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .xxs\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .xxs\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .xxs\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .xxs\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .xxs\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .xxs\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .xxs\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .xxs\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .xxs\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .xxs\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .xxs\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .xxs\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xxs\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .xxs\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .xxs\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .xxs\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .xxs\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xxs\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xxs\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xxs\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xxs\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xxs\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xxs\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xxs\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xxs\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xxs\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xxs\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xxs\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xxs\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xxs\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xxs\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xxs\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .xxs\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .xxs\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .xxs\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .xxs\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .xxs\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .xxs\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .xxs\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .xxs\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .xxs\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .xxs\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .xxs\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .xxs\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .xxs\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .xxs\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .xxs\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .xxs\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .xxs\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .xxs\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .xxs\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .xxs\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .xxs\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .xxs\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .xxs\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .xxs\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .xxs\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .xxs\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .xxs\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .xxs\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .xxs\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xxs\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .xxs\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .xxs\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .xxs\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .xxs\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xxs\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .xxs\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .xxs\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .xxs\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .xxs\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .xxs\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .xxs\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .xxs\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .xxs\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .xxs\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .xxs\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .xxs\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .xxs\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .xxs\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .xxs\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .xxs\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .xxs\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .xxs\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .xxs\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .xxs\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .xxs\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .xxs\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .xxs\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .xxs\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .xxs\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .xxs\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .xxs\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .xxs\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .xxs\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .xxs\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xxs\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .xxs\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .xxs\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .xxs\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .xxs\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xxs\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xxs\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xxs\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xxs\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xxs\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xxs\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xxs\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xxs\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xxs\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xxs\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xxs\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xxs\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xxs\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xxs\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xxs\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .xxs\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .xxs\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .xxs\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .xxs\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .xxs\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .xxs\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .xxs\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .xxs\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .xxs\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .xxs\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .xxs\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .xxs\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .xxs\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .xxs\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .xxs\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .xxs\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .xxs\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .xxs\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .xxs\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .xxs\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .xxs\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .xxs\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .xxs\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .xxs\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .xxs\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .xxs\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .xxs\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .xxs\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .xxs\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xxs\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .xxs\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .xxs\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .xxs\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .xxs\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xxs\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .xxs\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .xxs\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .xxs\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .xxs\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .xxs\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .xxs\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .xxs\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .xxs\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .xxs\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .xxs\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .xxs\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .xxs\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .xxs\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .xxs\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .xxs\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .xxs\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .xxs\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .xxs\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .xxs\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .xxs\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .xxs\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .xxs\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .xxs\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .xxs\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .xxs\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .xxs\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .xxs\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .xxs\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .xxs\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xxs\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .xxs\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .xxs\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .xxs\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .xxs\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xxs\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xxs\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xxs\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xxs\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xxs\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xxs\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xxs\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xxs\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xxs\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xxs\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xxs\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xxs\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xxs\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xxs\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xxs\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xxs\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xxs\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xxs\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xxs\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xxs\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xxs\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xxs\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xxs\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xxs\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xxs\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xxs\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xxs\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xxs\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xxs\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xxs\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xxs\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xxs\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xxs\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xxs\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xxs\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xxs\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xxs\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xxs\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xxs\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xxs\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xxs\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xxs\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xxs\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xxs\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xxs\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xxs\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xxs\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xxs\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xxs\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xxs\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xxs\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xxs\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xxs\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xxs\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xxs\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xxs\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xxs\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xxs\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xxs\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xxs\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xxs\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xxs\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xxs\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xxs\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xxs\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xxs\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xxs\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xxs\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xxs\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xxs\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xxs\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xxs\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xxs\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xxs\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xxs\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xxs\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xxs\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xxs\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xxs\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xxs\:tw-transition-none {
    transition-property: none !important;
  }

  .xxs\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xxs\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xxs\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xxs\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xxs\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xxs\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xxs\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .xxs\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xxs\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xxs\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xxs\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .xxs\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .xxs\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .xxs\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .xxs\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .xxs\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .xxs\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .xxs\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xxs\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .xxs\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .xxs\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .xxs\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .xxs\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .xxs\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .xxs\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .xxs\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xxs\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xxs\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .xxs\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xxs\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xxs\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }
}

@media (min-width: 414px) {
  .xs\:tw-space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw-space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw--space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:tw--space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:tw-space-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .xs\:tw-space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .xs\:tw-divide-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:tw-divide-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:tw-divide-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:tw-divide-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:tw-divide-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:tw-divide-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:tw-divide-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:tw-divide-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:tw-divide-y &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:tw-divide-x &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:tw-divide-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .xs\:tw-divide-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .xs\:tw-divide-transparent &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .xs\:tw-divide-current &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .xs\:tw-divide-white &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-black &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-gray-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-gray-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-gray-150 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-gray-200 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-gray-600 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-gray-700 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-gray-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-green-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-green-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-blue-500 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-blue-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-blue-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-divide-opacity)) !important;
  }

  .xs\:tw-divide-solid &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .xs\:tw-divide-dashed &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .xs\:tw-divide-dotted &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .xs\:tw-divide-double &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .xs\:tw-divide-none &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .xs\:tw-divide-opacity-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .xs\:tw-divide-opacity-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .xs\:tw-divide-opacity-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .xs\:tw-divide-opacity-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xs\:tw-divide-opacity-25 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .xs\:tw-divide-opacity-30 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .xs\:tw-divide-opacity-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .xs\:tw-divide-opacity-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .xs\:tw-divide-opacity-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .xs\:tw-divide-opacity-70 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xs\:tw-divide-opacity-75 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .xs\:tw-divide-opacity-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .xs\:tw-divide-opacity-90 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .xs\:tw-divide-opacity-95 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .xs\:tw-divide-opacity-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .xs\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xs\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .xs\:tw-bg-local {
    background-attachment: local !important;
  }

  .xs\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .xs\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .xs\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xs\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .xs\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xs\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .xs\:tw-bg-current {
    background-color: currentColor !important;
  }

  .xs\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xs\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xs\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-gray-150:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .xs\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .xs\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-gray-150:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xs\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .xs\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-gray-150:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:tw-bg-none {
    background-image: none !important;
  }

  .xs\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xs\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xs\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xs\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xs\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xs\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xs\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xs\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xs\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:tw-from-gray-50 {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:tw-from-gray-100 {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xs\:tw-from-gray-150 {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:tw-from-gray-200 {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xs\:tw-from-gray-600 {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:tw-from-gray-700 {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xs\:tw-from-gray-800 {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:tw-from-green-100 {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xs\:tw-from-green-900 {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xs\:tw-from-blue-500 {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xs\:tw-from-blue-800 {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xs\:tw-from-blue-900 {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xs\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xs\:tw-via-gray-150 {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xs\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xs\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xs\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xs\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xs\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xs\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xs\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xs\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .xs\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .xs\:tw-to-gray-50 {
    --tw-gradient-to: #FAFAFA !important;
  }

  .xs\:tw-to-gray-100 {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .xs\:tw-to-gray-150 {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xs\:tw-to-gray-200 {
    --tw-gradient-to: #EDEDED !important;
  }

  .xs\:tw-to-gray-600 {
    --tw-gradient-to: #666666 !important;
  }

  .xs\:tw-to-gray-700 {
    --tw-gradient-to: #777777 !important;
  }

  .xs\:tw-to-gray-800 {
    --tw-gradient-to: #333333 !important;
  }

  .xs\:tw-to-green-100 {
    --tw-gradient-to: #ACE342 !important;
  }

  .xs\:tw-to-green-900 {
    --tw-gradient-to: #00A850 !important;
  }

  .xs\:tw-to-blue-500 {
    --tw-gradient-to: #224257 !important;
  }

  .xs\:tw-to-blue-800 {
    --tw-gradient-to: #00263D !important;
  }

  .xs\:tw-to-blue-900 {
    --tw-gradient-to: #012942 !important;
  }

  .xs\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xs\:hover\:tw-from-gray-150:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xs\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xs\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xs\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xs\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xs\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xs\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xs\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xs\:hover\:tw-via-gray-150:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xs\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xs\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xs\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xs\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xs\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xs\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xs\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xs\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .xs\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .xs\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #FAFAFA !important;
  }

  .xs\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .xs\:hover\:tw-to-gray-150:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xs\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #EDEDED !important;
  }

  .xs\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #666666 !important;
  }

  .xs\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #777777 !important;
  }

  .xs\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #333333 !important;
  }

  .xs\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #ACE342 !important;
  }

  .xs\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #00A850 !important;
  }

  .xs\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #224257 !important;
  }

  .xs\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #00263D !important;
  }

  .xs\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #012942 !important;
  }

  .xs\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xs\:focus\:tw-from-gray-150:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xs\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xs\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xs\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xs\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xs\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xs\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xs\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xs\:focus\:tw-via-gray-150:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xs\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xs\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xs\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xs\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xs\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xs\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xs\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xs\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .xs\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .xs\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #FAFAFA !important;
  }

  .xs\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .xs\:focus\:tw-to-gray-150:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xs\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #EDEDED !important;
  }

  .xs\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #666666 !important;
  }

  .xs\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #777777 !important;
  }

  .xs\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #333333 !important;
  }

  .xs\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #ACE342 !important;
  }

  .xs\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #00A850 !important;
  }

  .xs\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #224257 !important;
  }

  .xs\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #00263D !important;
  }

  .xs\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #012942 !important;
  }

  .xs\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .xs\:tw-bg-center {
    background-position: center !important;
  }

  .xs\:tw-bg-left {
    background-position: left !important;
  }

  .xs\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xs\:tw-bg-left-top {
    background-position: left top !important;
  }

  .xs\:tw-bg-right {
    background-position: right !important;
  }

  .xs\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xs\:tw-bg-right-top {
    background-position: right top !important;
  }

  .xs\:tw-bg-top {
    background-position: top !important;
  }

  .xs\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .xs\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xs\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xs\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xs\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .xs\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .xs\:tw-bg-auto {
    background-size: auto !important;
  }

  .xs\:tw-bg-cover {
    background-size: cover !important;
  }

  .xs\:tw-bg-contain {
    background-size: contain !important;
  }

  .xs\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .xs\:tw-border-separate {
    border-collapse: separate !important;
  }

  .xs\:tw-border-transparent {
    border-color: transparent !important;
  }

  .xs\:tw-border-current {
    border-color: currentColor !important;
  }

  .xs\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xs\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .xs\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-gray-150:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .xs\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .xs\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-gray-150:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .xs\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .xs\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-gray-150:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xs\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xs\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xs\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xs\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .xs\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xs\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .xs\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .xs\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xs\:tw-rounded-llg {
    border-radius: 0.625rem !important;
  }

  .xs\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .xs\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .xs\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .xs\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .xs\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xs\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xs\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:tw-rounded-t-llg {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }

  .xs\:tw-rounded-r-llg {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }

  .xs\:tw-rounded-b-llg {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .xs\:tw-rounded-l-llg {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .xs\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xs\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xs\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xs\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xs\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xs\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xs\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xs\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xs\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .xs\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xs\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:tw-rounded-tl-llg {
    border-top-left-radius: 0.625rem !important;
  }

  .xs\:tw-rounded-tr-llg {
    border-top-right-radius: 0.625rem !important;
  }

  .xs\:tw-rounded-br-llg {
    border-bottom-right-radius: 0.625rem !important;
  }

  .xs\:tw-rounded-bl-llg {
    border-bottom-left-radius: 0.625rem !important;
  }

  .xs\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .xs\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .xs\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .xs\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .xs\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xs\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xs\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:tw-border-solid {
    border-style: solid !important;
  }

  .xs\:tw-border-dashed {
    border-style: dashed !important;
  }

  .xs\:tw-border-dotted {
    border-style: dotted !important;
  }

  .xs\:tw-border-double {
    border-style: double !important;
  }

  .xs\:tw-border-none {
    border-style: none !important;
  }

  .xs\:tw-border-0 {
    border-width: 0px !important;
  }

  .xs\:tw-border-2 {
    border-width: 2px !important;
  }

  .xs\:tw-border-4 {
    border-width: 4px !important;
  }

  .xs\:tw-border-8 {
    border-width: 8px !important;
  }

  .xs\:tw-border {
    border-width: 1px !important;
  }

  .xs\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .xs\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .xs\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xs\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .xs\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .xs\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .xs\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xs\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .xs\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .xs\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .xs\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xs\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .xs\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .xs\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .xs\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xs\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .xs\:tw-border-t {
    border-top-width: 1px !important;
  }

  .xs\:tw-border-r {
    border-right-width: 1px !important;
  }

  .xs\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .xs\:tw-border-l {
    border-left-width: 1px !important;
  }

  .xs\:tw-box-border {
    box-sizing: border-box !important;
  }

  .xs\:tw-box-content {
    box-sizing: content-box !important;
  }

  .xs\:tw-cursor-auto {
    cursor: auto !important;
  }

  .xs\:tw-cursor-default {
    cursor: default !important;
  }

  .xs\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .xs\:tw-cursor-wait {
    cursor: wait !important;
  }

  .xs\:tw-cursor-text {
    cursor: text !important;
  }

  .xs\:tw-cursor-move {
    cursor: move !important;
  }

  .xs\:tw-cursor-help {
    cursor: help !important;
  }

  .xs\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xs\:tw-block {
    display: block !important;
  }

  .xs\:tw-inline-block {
    display: inline-block !important;
  }

  .xs\:tw-inline {
    display: inline !important;
  }

  .xs\:tw-flex {
    display: flex !important;
  }

  .xs\:tw-inline-flex {
    display: inline-flex !important;
  }

  .xs\:tw-table {
    display: table !important;
  }

  .xs\:tw-table-caption {
    display: table-caption !important;
  }

  .xs\:tw-table-cell {
    display: table-cell !important;
  }

  .xs\:tw-table-column {
    display: table-column !important;
  }

  .xs\:tw-table-column-group {
    display: table-column-group !important;
  }

  .xs\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .xs\:tw-table-header-group {
    display: table-header-group !important;
  }

  .xs\:tw-table-row-group {
    display: table-row-group !important;
  }

  .xs\:tw-table-row {
    display: table-row !important;
  }

  .xs\:tw-flow-root {
    display: flow-root !important;
  }

  .xs\:tw-grid {
    display: grid !important;
  }

  .xs\:tw-inline-grid {
    display: inline-grid !important;
  }

  .xs\:tw-contents {
    display: contents !important;
  }

  .xs\:tw-hidden {
    display: none !important;
  }

  .xs\:tw-flex-row {
    flex-direction: row !important;
  }

  .xs\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xs\:tw-flex-col {
    flex-direction: column !important;
  }

  .xs\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xs\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .xs\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xs\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xs\:tw-place-items-auto {
    place-items: auto !important;
  }

  .xs\:tw-place-items-start {
    place-items: start !important;
  }

  .xs\:tw-place-items-end {
    place-items: end !important;
  }

  .xs\:tw-place-items-center {
    place-items: center !important;
  }

  .xs\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .xs\:tw-place-content-center {
    place-content: center !important;
  }

  .xs\:tw-place-content-start {
    place-content: start !important;
  }

  .xs\:tw-place-content-end {
    place-content: end !important;
  }

  .xs\:tw-place-content-between {
    place-content: space-between !important;
  }

  .xs\:tw-place-content-around {
    place-content: space-around !important;
  }

  .xs\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .xs\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .xs\:tw-place-self-auto {
    place-self: auto !important;
  }

  .xs\:tw-place-self-start {
    place-self: start !important;
  }

  .xs\:tw-place-self-end {
    place-self: end !important;
  }

  .xs\:tw-place-self-center {
    place-self: center !important;
  }

  .xs\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .xs\:tw-items-start {
    align-items: flex-start !important;
  }

  .xs\:tw-items-end {
    align-items: flex-end !important;
  }

  .xs\:tw-items-center {
    align-items: center !important;
  }

  .xs\:tw-items-baseline {
    align-items: baseline !important;
  }

  .xs\:tw-items-stretch {
    align-items: stretch !important;
  }

  .xs\:tw-content-center {
    align-content: center !important;
  }

  .xs\:tw-content-start {
    align-content: flex-start !important;
  }

  .xs\:tw-content-end {
    align-content: flex-end !important;
  }

  .xs\:tw-content-between {
    align-content: space-between !important;
  }

  .xs\:tw-content-around {
    align-content: space-around !important;
  }

  .xs\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .xs\:tw-self-auto {
    align-self: auto !important;
  }

  .xs\:tw-self-start {
    align-self: flex-start !important;
  }

  .xs\:tw-self-end {
    align-self: flex-end !important;
  }

  .xs\:tw-self-center {
    align-self: center !important;
  }

  .xs\:tw-self-stretch {
    align-self: stretch !important;
  }

  .xs\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .xs\:tw-justify-items-start {
    justify-items: start !important;
  }

  .xs\:tw-justify-items-end {
    justify-items: end !important;
  }

  .xs\:tw-justify-items-center {
    justify-items: center !important;
  }

  .xs\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .xs\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .xs\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .xs\:tw-justify-center {
    justify-content: center !important;
  }

  .xs\:tw-justify-between {
    justify-content: space-between !important;
  }

  .xs\:tw-justify-around {
    justify-content: space-around !important;
  }

  .xs\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .xs\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .xs\:tw-justify-self-start {
    justify-self: start !important;
  }

  .xs\:tw-justify-self-end {
    justify-self: end !important;
  }

  .xs\:tw-justify-self-center {
    justify-self: center !important;
  }

  .xs\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .xs\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .xs\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .xs\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .xs\:tw-flex-none {
    flex: none !important;
  }

  .xs\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xs\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .xs\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xs\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xs\:tw-order-1 {
    order: 1 !important;
  }

  .xs\:tw-order-2 {
    order: 2 !important;
  }

  .xs\:tw-order-3 {
    order: 3 !important;
  }

  .xs\:tw-order-4 {
    order: 4 !important;
  }

  .xs\:tw-order-5 {
    order: 5 !important;
  }

  .xs\:tw-order-6 {
    order: 6 !important;
  }

  .xs\:tw-order-7 {
    order: 7 !important;
  }

  .xs\:tw-order-8 {
    order: 8 !important;
  }

  .xs\:tw-order-9 {
    order: 9 !important;
  }

  .xs\:tw-order-10 {
    order: 10 !important;
  }

  .xs\:tw-order-11 {
    order: 11 !important;
  }

  .xs\:tw-order-12 {
    order: 12 !important;
  }

  .xs\:tw-order-first {
    order: -9999 !important;
  }

  .xs\:tw-order-last {
    order: 9999 !important;
  }

  .xs\:tw-order-none {
    order: 0 !important;
  }

  .xs\:tw-float-right {
    float: right !important;
  }

  .xs\:tw-float-left {
    float: left !important;
  }

  .xs\:tw-float-none {
    float: none !important;
  }

  .xs\:tw-clear-left {
    clear: left !important;
  }

  .xs\:tw-clear-right {
    clear: right !important;
  }

  .xs\:tw-clear-both {
    clear: both !important;
  }

  .xs\:tw-clear-none {
    clear: none !important;
  }

  .xs\:tw-font-helvetica {
    font-family: Helvetica, Arial, sans-serif !important;
  }

  .xs\:tw-font-kanit {
    font-family: Kanit, sans-serif !important;
  }

  .xs\:tw-font-thin {
    font-weight: 100 !important;
  }

  .xs\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .xs\:tw-font-light {
    font-weight: 300 !important;
  }

  .xs\:tw-font-normal {
    font-weight: 400 !important;
  }

  .xs\:tw-font-medium {
    font-weight: 500 !important;
  }

  .xs\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .xs\:tw-font-bold {
    font-weight: 700 !important;
  }

  .xs\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .xs\:tw-font-black {
    font-weight: 900 !important;
  }

  .xs\:tw-h-0 {
    height: 0px !important;
  }

  .xs\:tw-h-1 {
    height: 0.25rem !important;
  }

  .xs\:tw-h-2 {
    height: 0.5rem !important;
  }

  .xs\:tw-h-3 {
    height: 0.75rem !important;
  }

  .xs\:tw-h-4 {
    height: 1rem !important;
  }

  .xs\:tw-h-5 {
    height: 1.25rem !important;
  }

  .xs\:tw-h-6 {
    height: 1.5rem !important;
  }

  .xs\:tw-h-7 {
    height: 1.75rem !important;
  }

  .xs\:tw-h-8 {
    height: 2rem !important;
  }

  .xs\:tw-h-9 {
    height: 2.25rem !important;
  }

  .xs\:tw-h-10 {
    height: 2.5rem !important;
  }

  .xs\:tw-h-11 {
    height: 2.75rem !important;
  }

  .xs\:tw-h-12 {
    height: 3rem !important;
  }

  .xs\:tw-h-14 {
    height: 3.5rem !important;
  }

  .xs\:tw-h-16 {
    height: 4rem !important;
  }

  .xs\:tw-h-20 {
    height: 5rem !important;
  }

  .xs\:tw-h-24 {
    height: 6rem !important;
  }

  .xs\:tw-h-28 {
    height: 7rem !important;
  }

  .xs\:tw-h-32 {
    height: 8rem !important;
  }

  .xs\:tw-h-36 {
    height: 9rem !important;
  }

  .xs\:tw-h-40 {
    height: 10rem !important;
  }

  .xs\:tw-h-44 {
    height: 11rem !important;
  }

  .xs\:tw-h-48 {
    height: 12rem !important;
  }

  .xs\:tw-h-52 {
    height: 13rem !important;
  }

  .xs\:tw-h-56 {
    height: 14rem !important;
  }

  .xs\:tw-h-60 {
    height: 15rem !important;
  }

  .xs\:tw-h-64 {
    height: 16rem !important;
  }

  .xs\:tw-h-72 {
    height: 18rem !important;
  }

  .xs\:tw-h-80 {
    height: 20rem !important;
  }

  .xs\:tw-h-96 {
    height: 24rem !important;
  }

  .xs\:tw-h-auto {
    height: auto !important;
  }

  .xs\:tw-h-px {
    height: 1px !important;
  }

  .xs\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .xs\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .xs\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .xs\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .xs\:tw-h-1\/2 {
    height: 50% !important;
  }

  .xs\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .xs\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .xs\:tw-h-1\/4 {
    height: 25% !important;
  }

  .xs\:tw-h-2\/4 {
    height: 50% !important;
  }

  .xs\:tw-h-3\/4 {
    height: 75% !important;
  }

  .xs\:tw-h-1\/5 {
    height: 20% !important;
  }

  .xs\:tw-h-2\/5 {
    height: 40% !important;
  }

  .xs\:tw-h-3\/5 {
    height: 60% !important;
  }

  .xs\:tw-h-4\/5 {
    height: 80% !important;
  }

  .xs\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .xs\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .xs\:tw-h-3\/6 {
    height: 50% !important;
  }

  .xs\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .xs\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .xs\:tw-h-full {
    height: 100% !important;
  }

  .xs\:tw-h-screen {
    height: 100vh !important;
  }

  .xs\:tw-text-xxs {
    font-size: 0.4375rem !important;
    line-height: 0.57rem !important;
  }

  .xs\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .xs\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .xs\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xs\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xs\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xs\:tw-text-xxl {
    font-size: 1.429rem !important;
    line-height: 1.75rem !important;
  }

  .xs\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xs\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .xs\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .xs\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xs\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .xs\:tw-text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .xs\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .xs\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .xs\:tw-text-5xs {
    font-size: 0.5rem !important;
    line-height: 0.53rem !important;
  }

  .xs\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .xs\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .xs\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .xs\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .xs\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .xs\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .xs\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .xs\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .xs\:tw-leading-none {
    line-height: 1 !important;
  }

  .xs\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .xs\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .xs\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .xs\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .xs\:tw-leading-loose {
    line-height: 2 !important;
  }

  .xs\:tw-list-inside {
    list-style-position: inside !important;
  }

  .xs\:tw-list-outside {
    list-style-position: outside !important;
  }

  .xs\:tw-list-none {
    list-style-type: none !important;
  }

  .xs\:tw-list-disc {
    list-style-type: disc !important;
  }

  .xs\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .xs\:tw-m-0 {
    margin: 0px !important;
  }

  .xs\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .xs\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .xs\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .xs\:tw-m-4 {
    margin: 1rem !important;
  }

  .xs\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .xs\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .xs\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .xs\:tw-m-8 {
    margin: 2rem !important;
  }

  .xs\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .xs\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .xs\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .xs\:tw-m-12 {
    margin: 3rem !important;
  }

  .xs\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .xs\:tw-m-16 {
    margin: 4rem !important;
  }

  .xs\:tw-m-20 {
    margin: 5rem !important;
  }

  .xs\:tw-m-24 {
    margin: 6rem !important;
  }

  .xs\:tw-m-28 {
    margin: 7rem !important;
  }

  .xs\:tw-m-32 {
    margin: 8rem !important;
  }

  .xs\:tw-m-36 {
    margin: 9rem !important;
  }

  .xs\:tw-m-40 {
    margin: 10rem !important;
  }

  .xs\:tw-m-44 {
    margin: 11rem !important;
  }

  .xs\:tw-m-48 {
    margin: 12rem !important;
  }

  .xs\:tw-m-52 {
    margin: 13rem !important;
  }

  .xs\:tw-m-56 {
    margin: 14rem !important;
  }

  .xs\:tw-m-60 {
    margin: 15rem !important;
  }

  .xs\:tw-m-64 {
    margin: 16rem !important;
  }

  .xs\:tw-m-72 {
    margin: 18rem !important;
  }

  .xs\:tw-m-80 {
    margin: 20rem !important;
  }

  .xs\:tw-m-96 {
    margin: 24rem !important;
  }

  .xs\:tw-m-auto {
    margin: auto !important;
  }

  .xs\:tw-m-px {
    margin: 1px !important;
  }

  .xs\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .xs\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .xs\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .xs\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .xs\:tw--m-0 {
    margin: 0px !important;
  }

  .xs\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .xs\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .xs\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .xs\:tw--m-4 {
    margin: -1rem !important;
  }

  .xs\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .xs\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .xs\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .xs\:tw--m-8 {
    margin: -2rem !important;
  }

  .xs\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .xs\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .xs\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .xs\:tw--m-12 {
    margin: -3rem !important;
  }

  .xs\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .xs\:tw--m-16 {
    margin: -4rem !important;
  }

  .xs\:tw--m-20 {
    margin: -5rem !important;
  }

  .xs\:tw--m-24 {
    margin: -6rem !important;
  }

  .xs\:tw--m-28 {
    margin: -7rem !important;
  }

  .xs\:tw--m-32 {
    margin: -8rem !important;
  }

  .xs\:tw--m-36 {
    margin: -9rem !important;
  }

  .xs\:tw--m-40 {
    margin: -10rem !important;
  }

  .xs\:tw--m-44 {
    margin: -11rem !important;
  }

  .xs\:tw--m-48 {
    margin: -12rem !important;
  }

  .xs\:tw--m-52 {
    margin: -13rem !important;
  }

  .xs\:tw--m-56 {
    margin: -14rem !important;
  }

  .xs\:tw--m-60 {
    margin: -15rem !important;
  }

  .xs\:tw--m-64 {
    margin: -16rem !important;
  }

  .xs\:tw--m-72 {
    margin: -18rem !important;
  }

  .xs\:tw--m-80 {
    margin: -20rem !important;
  }

  .xs\:tw--m-96 {
    margin: -24rem !important;
  }

  .xs\:tw--m-px {
    margin: -1px !important;
  }

  .xs\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .xs\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .xs\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .xs\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .xs\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xs\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xs\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xs\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xs\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xs\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xs\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xs\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xs\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xs\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xs\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xs\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xs\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xs\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xs\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xs\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xs\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xs\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xs\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xs\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xs\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xs\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xs\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xs\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xs\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xs\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xs\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xs\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xs\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xs\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xs\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xs\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xs\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xs\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xs\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xs\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xs\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xs\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xs\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xs\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xs\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xs\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xs\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xs\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xs\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xs\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xs\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xs\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xs\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xs\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xs\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xs\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xs\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xs\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xs\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xs\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xs\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xs\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xs\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xs\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xs\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xs\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xs\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xs\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xs\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xs\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xs\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xs\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xs\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xs\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xs\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xs\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xs\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xs\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xs\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xs\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xs\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xs\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xs\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xs\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xs\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xs\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xs\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xs\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xs\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xs\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xs\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xs\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xs\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xs\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xs\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xs\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xs\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xs\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xs\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xs\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xs\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xs\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xs\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xs\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xs\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xs\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xs\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xs\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xs\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xs\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xs\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xs\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xs\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xs\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xs\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xs\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xs\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xs\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xs\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xs\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xs\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xs\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xs\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xs\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xs\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xs\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xs\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xs\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xs\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xs\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xs\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xs\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xs\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xs\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xs\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xs\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xs\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xs\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xs\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xs\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xs\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xs\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xs\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .xs\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .xs\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .xs\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .xs\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .xs\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .xs\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xs\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .xs\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .xs\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .xs\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xs\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .xs\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .xs\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .xs\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xs\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .xs\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .xs\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .xs\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .xs\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .xs\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .xs\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .xs\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xs\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .xs\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .xs\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .xs\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xs\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .xs\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .xs\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .xs\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .xs\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .xs\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .xs\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .xs\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .xs\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .xs\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .xs\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .xs\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .xs\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .xs\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .xs\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .xs\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xs\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .xs\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .xs\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .xs\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .xs\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .xs\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .xs\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .xs\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .xs\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .xs\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .xs\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .xs\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xs\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .xs\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .xs\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .xs\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .xs\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .xs\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .xs\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .xs\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .xs\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .xs\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .xs\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .xs\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .xs\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .xs\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .xs\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .xs\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .xs\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .xs\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .xs\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .xs\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .xs\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .xs\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .xs\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .xs\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .xs\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .xs\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .xs\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .xs\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .xs\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .xs\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .xs\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .xs\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .xs\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .xs\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .xs\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .xs\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .xs\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .xs\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .xs\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .xs\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .xs\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .xs\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .xs\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .xs\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .xs\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .xs\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .xs\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .xs\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .xs\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .xs\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .xs\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .xs\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .xs\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .xs\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .xs\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .xs\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .xs\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .xs\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .xs\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .xs\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .xs\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .xs\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .xs\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .xs\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .xs\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .xs\:tw-mt-auto {
    margin-top: auto !important;
  }

  .xs\:tw-mr-auto {
    margin-right: auto !important;
  }

  .xs\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .xs\:tw-ml-auto {
    margin-left: auto !important;
  }

  .xs\:tw-mt-px {
    margin-top: 1px !important;
  }

  .xs\:tw-mr-px {
    margin-right: 1px !important;
  }

  .xs\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .xs\:tw-ml-px {
    margin-left: 1px !important;
  }

  .xs\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .xs\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .xs\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .xs\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .xs\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .xs\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .xs\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .xs\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .xs\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .xs\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .xs\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .xs\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .xs\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .xs\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .xs\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .xs\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .xs\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .xs\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .xs\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .xs\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .xs\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .xs\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .xs\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xs\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .xs\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .xs\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .xs\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xs\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .xs\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .xs\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .xs\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xs\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .xs\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .xs\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .xs\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .xs\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .xs\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .xs\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .xs\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xs\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .xs\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .xs\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .xs\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xs\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .xs\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .xs\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .xs\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .xs\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .xs\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .xs\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .xs\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .xs\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .xs\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .xs\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .xs\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .xs\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .xs\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .xs\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .xs\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xs\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .xs\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .xs\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .xs\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .xs\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .xs\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .xs\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .xs\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .xs\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .xs\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .xs\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .xs\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .xs\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .xs\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .xs\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .xs\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .xs\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .xs\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .xs\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .xs\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .xs\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .xs\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .xs\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .xs\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .xs\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .xs\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .xs\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .xs\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .xs\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .xs\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .xs\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .xs\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .xs\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .xs\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .xs\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .xs\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .xs\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .xs\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .xs\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .xs\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .xs\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .xs\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .xs\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .xs\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .xs\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .xs\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .xs\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .xs\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .xs\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .xs\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .xs\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .xs\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .xs\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .xs\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .xs\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .xs\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .xs\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .xs\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .xs\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .xs\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .xs\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .xs\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .xs\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .xs\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .xs\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .xs\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .xs\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .xs\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .xs\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .xs\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .xs\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .xs\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .xs\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .xs\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .xs\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .xs\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .xs\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .xs\:tw--mt-px {
    margin-top: -1px !important;
  }

  .xs\:tw--mr-px {
    margin-right: -1px !important;
  }

  .xs\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .xs\:tw--ml-px {
    margin-left: -1px !important;
  }

  .xs\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .xs\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .xs\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .xs\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .xs\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .xs\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .xs\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .xs\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .xs\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .xs\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .xs\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .xs\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .xs\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .xs\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .xs\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .xs\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .xs\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .xs\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .xs\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .xs\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .xs\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .xs\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .xs\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .xs\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .xs\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .xs\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .xs\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .xs\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .xs\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .xs\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .xs\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .xs\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .xs\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .xs\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .xs\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .xs\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .xs\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .xs\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .xs\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .xs\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .xs\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .xs\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .xs\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .xs\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .xs\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .xs\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .xs\:tw-max-h-px {
    max-height: 1px !important;
  }

  .xs\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .xs\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .xs\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .xs\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .xs\:tw-max-h-full {
    max-height: 100% !important;
  }

  .xs\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .xs\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .xs\:tw-max-w-none {
    max-width: none !important;
  }

  .xs\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .xs\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .xs\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .xs\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .xs\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .xs\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .xs\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .xs\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .xs\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .xs\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .xs\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .xs\:tw-max-w-full {
    max-width: 100% !important;
  }

  .xs\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xs\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xs\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .xs\:tw-max-w-screen-xxs {
    max-width: 365px !important;
  }

  .xs\:tw-max-w-screen-xs {
    max-width: 414px !important;
  }

  .xs\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .xs\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .xs\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .xs\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .xs\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .xs\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .xs\:tw-min-h-full {
    min-height: 100% !important;
  }

  .xs\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .xs\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .xs\:tw-min-w-full {
    min-width: 100% !important;
  }

  .xs\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xs\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xs\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xs\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xs\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xs\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xs\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xs\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xs\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xs\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xs\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xs\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xs\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xs\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xs\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xs\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xs\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .xs\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .xs\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .xs\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .xs\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .xs\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .xs\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .xs\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .xs\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .xs\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .xs\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .xs\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .xs\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .xs\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .xs\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .xs\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xs\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xs\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .xs\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xs\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xs\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xs\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xs\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xs\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xs\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xs\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xs\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xs\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xs\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xs\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xs\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .xs\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xs\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .xs\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xs\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xs\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xs\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xs\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xs\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xs\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xs\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xs\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xs\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xs\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xs\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .xs\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .xs\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xs\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .xs\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xs\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xs\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xs\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xs\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xs\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xs\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xs\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xs\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xs\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xs\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xs\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .xs\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:tw-overflow-auto {
    overflow: auto !important;
  }

  .xs\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .xs\:tw-overflow-visible {
    overflow: visible !important;
  }

  .xs\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .xs\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .xs\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .xs\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xs\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xs\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .xs\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .xs\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xs\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xs\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xs\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xs\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xs\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xs\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xs\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xs\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xs\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xs\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xs\:tw-p-0 {
    padding: 0px !important;
  }

  .xs\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .xs\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .xs\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .xs\:tw-p-4 {
    padding: 1rem !important;
  }

  .xs\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .xs\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .xs\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .xs\:tw-p-8 {
    padding: 2rem !important;
  }

  .xs\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .xs\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .xs\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .xs\:tw-p-12 {
    padding: 3rem !important;
  }

  .xs\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .xs\:tw-p-16 {
    padding: 4rem !important;
  }

  .xs\:tw-p-20 {
    padding: 5rem !important;
  }

  .xs\:tw-p-24 {
    padding: 6rem !important;
  }

  .xs\:tw-p-28 {
    padding: 7rem !important;
  }

  .xs\:tw-p-32 {
    padding: 8rem !important;
  }

  .xs\:tw-p-36 {
    padding: 9rem !important;
  }

  .xs\:tw-p-40 {
    padding: 10rem !important;
  }

  .xs\:tw-p-44 {
    padding: 11rem !important;
  }

  .xs\:tw-p-48 {
    padding: 12rem !important;
  }

  .xs\:tw-p-52 {
    padding: 13rem !important;
  }

  .xs\:tw-p-56 {
    padding: 14rem !important;
  }

  .xs\:tw-p-60 {
    padding: 15rem !important;
  }

  .xs\:tw-p-64 {
    padding: 16rem !important;
  }

  .xs\:tw-p-72 {
    padding: 18rem !important;
  }

  .xs\:tw-p-80 {
    padding: 20rem !important;
  }

  .xs\:tw-p-96 {
    padding: 24rem !important;
  }

  .xs\:tw-p-px {
    padding: 1px !important;
  }

  .xs\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .xs\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .xs\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .xs\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .xs\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xs\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xs\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xs\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xs\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xs\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xs\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xs\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xs\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xs\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xs\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xs\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xs\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xs\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xs\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xs\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xs\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xs\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xs\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xs\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xs\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xs\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xs\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xs\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xs\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xs\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xs\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xs\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xs\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xs\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xs\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xs\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xs\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xs\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xs\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xs\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xs\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xs\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xs\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xs\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xs\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xs\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xs\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xs\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xs\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xs\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xs\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xs\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xs\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xs\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xs\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xs\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xs\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xs\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xs\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xs\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xs\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xs\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xs\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xs\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xs\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xs\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xs\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xs\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xs\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xs\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xs\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xs\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xs\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xs\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xs\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .xs\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .xs\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .xs\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .xs\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .xs\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .xs\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xs\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .xs\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .xs\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .xs\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xs\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .xs\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .xs\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .xs\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xs\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .xs\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .xs\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .xs\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .xs\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .xs\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .xs\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .xs\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xs\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .xs\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .xs\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .xs\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xs\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .xs\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .xs\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .xs\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .xs\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .xs\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .xs\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .xs\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .xs\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .xs\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .xs\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .xs\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .xs\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .xs\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .xs\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .xs\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xs\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .xs\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .xs\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .xs\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .xs\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .xs\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .xs\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .xs\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .xs\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .xs\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .xs\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .xs\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xs\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .xs\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .xs\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .xs\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .xs\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .xs\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .xs\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .xs\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .xs\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .xs\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .xs\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .xs\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .xs\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .xs\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .xs\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .xs\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .xs\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .xs\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .xs\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .xs\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .xs\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .xs\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .xs\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .xs\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .xs\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .xs\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .xs\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .xs\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .xs\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .xs\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .xs\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .xs\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .xs\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .xs\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .xs\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .xs\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .xs\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .xs\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .xs\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .xs\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .xs\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .xs\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .xs\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .xs\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .xs\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .xs\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .xs\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .xs\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .xs\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .xs\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .xs\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .xs\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .xs\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .xs\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .xs\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .xs\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .xs\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .xs\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .xs\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .xs\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .xs\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .xs\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .xs\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .xs\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .xs\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .xs\:tw-pt-px {
    padding-top: 1px !important;
  }

  .xs\:tw-pr-px {
    padding-right: 1px !important;
  }

  .xs\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .xs\:tw-pl-px {
    padding-left: 1px !important;
  }

  .xs\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .xs\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .xs\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .xs\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .xs\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .xs\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .xs\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .xs\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .xs\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .xs\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .xs\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .xs\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .xs\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .xs\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .xs\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .xs\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .xs\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xs\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xs\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xs\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xs\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xs\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xs\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-150::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-150:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-150::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xs\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xs\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xs\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-150:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-150:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .xs\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .xs\:tw-static {
    position: static !important;
  }

  .xs\:tw-fixed {
    position: fixed !important;
  }

  .xs\:tw-absolute {
    position: absolute !important;
  }

  .xs\:tw-relative {
    position: relative !important;
  }

  .xs\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xs\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xs\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xs\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xs\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xs\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xs\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xs\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xs\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xs\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xs\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xs\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xs\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xs\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xs\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xs\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xs\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xs\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xs\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xs\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xs\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xs\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xs\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xs\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xs\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xs\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xs\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xs\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xs\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .xs\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xs\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xs\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xs\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xs\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xs\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xs\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xs\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xs\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xs\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xs\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xs\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xs\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xs\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xs\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xs\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xs\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xs\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xs\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xs\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xs\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xs\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xs\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xs\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xs\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xs\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xs\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xs\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xs\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xs\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xs\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xs\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xs\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xs\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xs\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xs\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .xs\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xs\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xs\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xs\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xs\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xs\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xs\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xs\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xs\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xs\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xs\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xs\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xs\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xs\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xs\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xs\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xs\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xs\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xs\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .xs\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xs\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xs\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xs\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xs\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xs\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xs\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xs\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .xs\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xs\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xs\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xs\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xs\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xs\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xs\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xs\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .xs\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xs\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xs\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xs\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xs\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xs\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xs\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xs\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .xs\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xs\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xs\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xs\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .xs\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xs\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .xs\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xs\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .xs\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xs\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .xs\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xs\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .xs\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xs\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .xs\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xs\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .xs\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xs\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .xs\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xs\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .xs\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xs\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .xs\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xs\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .xs\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xs\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .xs\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xs\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .xs\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .xs\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .xs\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xs\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .xs\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xs\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .xs\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xs\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .xs\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xs\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .xs\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xs\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xs\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xs\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xs\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xs\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xs\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xs\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xs\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xs\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .xs\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xs\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xs\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xs\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xs\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xs\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xs\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xs\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .xs\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xs\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xs\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xs\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xs\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xs\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xs\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xs\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .xs\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xs\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xs\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xs\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xs\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xs\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xs\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xs\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .xs\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xs\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xs\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xs\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .xs\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xs\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .xs\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xs\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .xs\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xs\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .xs\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xs\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .xs\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xs\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .xs\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xs\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .xs\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xs\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .xs\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xs\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .xs\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xs\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .xs\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xs\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .xs\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xs\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .xs\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xs\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .xs\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .xs\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .xs\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xs\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .xs\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xs\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .xs\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xs\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .xs\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xs\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xs\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xs\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xs\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xs\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xs\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xs\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xs\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .xs\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xs\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xs\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xs\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xs\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xs\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .xs\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .xs\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xs\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .xs\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xs\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .xs\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .xs\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xs\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xs\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xs\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xs\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xs\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .xs\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .xs\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xs\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .xs\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xs\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .xs\:tw-top-0 {
    top: 0px !important;
  }

  .xs\:tw-right-0 {
    right: 0px !important;
  }

  .xs\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .xs\:tw-left-0 {
    left: 0px !important;
  }

  .xs\:tw-top-1 {
    top: 0.25rem !important;
  }

  .xs\:tw-right-1 {
    right: 0.25rem !important;
  }

  .xs\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .xs\:tw-left-1 {
    left: 0.25rem !important;
  }

  .xs\:tw-top-2 {
    top: 0.5rem !important;
  }

  .xs\:tw-right-2 {
    right: 0.5rem !important;
  }

  .xs\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .xs\:tw-left-2 {
    left: 0.5rem !important;
  }

  .xs\:tw-top-3 {
    top: 0.75rem !important;
  }

  .xs\:tw-right-3 {
    right: 0.75rem !important;
  }

  .xs\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .xs\:tw-left-3 {
    left: 0.75rem !important;
  }

  .xs\:tw-top-4 {
    top: 1rem !important;
  }

  .xs\:tw-right-4 {
    right: 1rem !important;
  }

  .xs\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .xs\:tw-left-4 {
    left: 1rem !important;
  }

  .xs\:tw-top-5 {
    top: 1.25rem !important;
  }

  .xs\:tw-right-5 {
    right: 1.25rem !important;
  }

  .xs\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .xs\:tw-left-5 {
    left: 1.25rem !important;
  }

  .xs\:tw-top-6 {
    top: 1.5rem !important;
  }

  .xs\:tw-right-6 {
    right: 1.5rem !important;
  }

  .xs\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .xs\:tw-left-6 {
    left: 1.5rem !important;
  }

  .xs\:tw-top-7 {
    top: 1.75rem !important;
  }

  .xs\:tw-right-7 {
    right: 1.75rem !important;
  }

  .xs\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .xs\:tw-left-7 {
    left: 1.75rem !important;
  }

  .xs\:tw-top-8 {
    top: 2rem !important;
  }

  .xs\:tw-right-8 {
    right: 2rem !important;
  }

  .xs\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .xs\:tw-left-8 {
    left: 2rem !important;
  }

  .xs\:tw-top-9 {
    top: 2.25rem !important;
  }

  .xs\:tw-right-9 {
    right: 2.25rem !important;
  }

  .xs\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .xs\:tw-left-9 {
    left: 2.25rem !important;
  }

  .xs\:tw-top-10 {
    top: 2.5rem !important;
  }

  .xs\:tw-right-10 {
    right: 2.5rem !important;
  }

  .xs\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .xs\:tw-left-10 {
    left: 2.5rem !important;
  }

  .xs\:tw-top-11 {
    top: 2.75rem !important;
  }

  .xs\:tw-right-11 {
    right: 2.75rem !important;
  }

  .xs\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .xs\:tw-left-11 {
    left: 2.75rem !important;
  }

  .xs\:tw-top-12 {
    top: 3rem !important;
  }

  .xs\:tw-right-12 {
    right: 3rem !important;
  }

  .xs\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .xs\:tw-left-12 {
    left: 3rem !important;
  }

  .xs\:tw-top-14 {
    top: 3.5rem !important;
  }

  .xs\:tw-right-14 {
    right: 3.5rem !important;
  }

  .xs\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .xs\:tw-left-14 {
    left: 3.5rem !important;
  }

  .xs\:tw-top-16 {
    top: 4rem !important;
  }

  .xs\:tw-right-16 {
    right: 4rem !important;
  }

  .xs\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .xs\:tw-left-16 {
    left: 4rem !important;
  }

  .xs\:tw-top-20 {
    top: 5rem !important;
  }

  .xs\:tw-right-20 {
    right: 5rem !important;
  }

  .xs\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .xs\:tw-left-20 {
    left: 5rem !important;
  }

  .xs\:tw-top-24 {
    top: 6rem !important;
  }

  .xs\:tw-right-24 {
    right: 6rem !important;
  }

  .xs\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .xs\:tw-left-24 {
    left: 6rem !important;
  }

  .xs\:tw-top-28 {
    top: 7rem !important;
  }

  .xs\:tw-right-28 {
    right: 7rem !important;
  }

  .xs\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .xs\:tw-left-28 {
    left: 7rem !important;
  }

  .xs\:tw-top-32 {
    top: 8rem !important;
  }

  .xs\:tw-right-32 {
    right: 8rem !important;
  }

  .xs\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .xs\:tw-left-32 {
    left: 8rem !important;
  }

  .xs\:tw-top-36 {
    top: 9rem !important;
  }

  .xs\:tw-right-36 {
    right: 9rem !important;
  }

  .xs\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .xs\:tw-left-36 {
    left: 9rem !important;
  }

  .xs\:tw-top-40 {
    top: 10rem !important;
  }

  .xs\:tw-right-40 {
    right: 10rem !important;
  }

  .xs\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .xs\:tw-left-40 {
    left: 10rem !important;
  }

  .xs\:tw-top-44 {
    top: 11rem !important;
  }

  .xs\:tw-right-44 {
    right: 11rem !important;
  }

  .xs\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .xs\:tw-left-44 {
    left: 11rem !important;
  }

  .xs\:tw-top-48 {
    top: 12rem !important;
  }

  .xs\:tw-right-48 {
    right: 12rem !important;
  }

  .xs\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .xs\:tw-left-48 {
    left: 12rem !important;
  }

  .xs\:tw-top-52 {
    top: 13rem !important;
  }

  .xs\:tw-right-52 {
    right: 13rem !important;
  }

  .xs\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .xs\:tw-left-52 {
    left: 13rem !important;
  }

  .xs\:tw-top-56 {
    top: 14rem !important;
  }

  .xs\:tw-right-56 {
    right: 14rem !important;
  }

  .xs\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .xs\:tw-left-56 {
    left: 14rem !important;
  }

  .xs\:tw-top-60 {
    top: 15rem !important;
  }

  .xs\:tw-right-60 {
    right: 15rem !important;
  }

  .xs\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .xs\:tw-left-60 {
    left: 15rem !important;
  }

  .xs\:tw-top-64 {
    top: 16rem !important;
  }

  .xs\:tw-right-64 {
    right: 16rem !important;
  }

  .xs\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .xs\:tw-left-64 {
    left: 16rem !important;
  }

  .xs\:tw-top-72 {
    top: 18rem !important;
  }

  .xs\:tw-right-72 {
    right: 18rem !important;
  }

  .xs\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .xs\:tw-left-72 {
    left: 18rem !important;
  }

  .xs\:tw-top-80 {
    top: 20rem !important;
  }

  .xs\:tw-right-80 {
    right: 20rem !important;
  }

  .xs\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .xs\:tw-left-80 {
    left: 20rem !important;
  }

  .xs\:tw-top-96 {
    top: 24rem !important;
  }

  .xs\:tw-right-96 {
    right: 24rem !important;
  }

  .xs\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .xs\:tw-left-96 {
    left: 24rem !important;
  }

  .xs\:tw-top-auto {
    top: auto !important;
  }

  .xs\:tw-right-auto {
    right: auto !important;
  }

  .xs\:tw-bottom-auto {
    bottom: auto !important;
  }

  .xs\:tw-left-auto {
    left: auto !important;
  }

  .xs\:tw-top-px {
    top: 1px !important;
  }

  .xs\:tw-right-px {
    right: 1px !important;
  }

  .xs\:tw-bottom-px {
    bottom: 1px !important;
  }

  .xs\:tw-left-px {
    left: 1px !important;
  }

  .xs\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .xs\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .xs\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .xs\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .xs\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .xs\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .xs\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .xs\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .xs\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .xs\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .xs\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .xs\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .xs\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .xs\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .xs\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .xs\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .xs\:tw--top-0 {
    top: 0px !important;
  }

  .xs\:tw--right-0 {
    right: 0px !important;
  }

  .xs\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .xs\:tw--left-0 {
    left: 0px !important;
  }

  .xs\:tw--top-1 {
    top: -0.25rem !important;
  }

  .xs\:tw--right-1 {
    right: -0.25rem !important;
  }

  .xs\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .xs\:tw--left-1 {
    left: -0.25rem !important;
  }

  .xs\:tw--top-2 {
    top: -0.5rem !important;
  }

  .xs\:tw--right-2 {
    right: -0.5rem !important;
  }

  .xs\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .xs\:tw--left-2 {
    left: -0.5rem !important;
  }

  .xs\:tw--top-3 {
    top: -0.75rem !important;
  }

  .xs\:tw--right-3 {
    right: -0.75rem !important;
  }

  .xs\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .xs\:tw--left-3 {
    left: -0.75rem !important;
  }

  .xs\:tw--top-4 {
    top: -1rem !important;
  }

  .xs\:tw--right-4 {
    right: -1rem !important;
  }

  .xs\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .xs\:tw--left-4 {
    left: -1rem !important;
  }

  .xs\:tw--top-5 {
    top: -1.25rem !important;
  }

  .xs\:tw--right-5 {
    right: -1.25rem !important;
  }

  .xs\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .xs\:tw--left-5 {
    left: -1.25rem !important;
  }

  .xs\:tw--top-6 {
    top: -1.5rem !important;
  }

  .xs\:tw--right-6 {
    right: -1.5rem !important;
  }

  .xs\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .xs\:tw--left-6 {
    left: -1.5rem !important;
  }

  .xs\:tw--top-7 {
    top: -1.75rem !important;
  }

  .xs\:tw--right-7 {
    right: -1.75rem !important;
  }

  .xs\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .xs\:tw--left-7 {
    left: -1.75rem !important;
  }

  .xs\:tw--top-8 {
    top: -2rem !important;
  }

  .xs\:tw--right-8 {
    right: -2rem !important;
  }

  .xs\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .xs\:tw--left-8 {
    left: -2rem !important;
  }

  .xs\:tw--top-9 {
    top: -2.25rem !important;
  }

  .xs\:tw--right-9 {
    right: -2.25rem !important;
  }

  .xs\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .xs\:tw--left-9 {
    left: -2.25rem !important;
  }

  .xs\:tw--top-10 {
    top: -2.5rem !important;
  }

  .xs\:tw--right-10 {
    right: -2.5rem !important;
  }

  .xs\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .xs\:tw--left-10 {
    left: -2.5rem !important;
  }

  .xs\:tw--top-11 {
    top: -2.75rem !important;
  }

  .xs\:tw--right-11 {
    right: -2.75rem !important;
  }

  .xs\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .xs\:tw--left-11 {
    left: -2.75rem !important;
  }

  .xs\:tw--top-12 {
    top: -3rem !important;
  }

  .xs\:tw--right-12 {
    right: -3rem !important;
  }

  .xs\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .xs\:tw--left-12 {
    left: -3rem !important;
  }

  .xs\:tw--top-14 {
    top: -3.5rem !important;
  }

  .xs\:tw--right-14 {
    right: -3.5rem !important;
  }

  .xs\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .xs\:tw--left-14 {
    left: -3.5rem !important;
  }

  .xs\:tw--top-16 {
    top: -4rem !important;
  }

  .xs\:tw--right-16 {
    right: -4rem !important;
  }

  .xs\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .xs\:tw--left-16 {
    left: -4rem !important;
  }

  .xs\:tw--top-20 {
    top: -5rem !important;
  }

  .xs\:tw--right-20 {
    right: -5rem !important;
  }

  .xs\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .xs\:tw--left-20 {
    left: -5rem !important;
  }

  .xs\:tw--top-24 {
    top: -6rem !important;
  }

  .xs\:tw--right-24 {
    right: -6rem !important;
  }

  .xs\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .xs\:tw--left-24 {
    left: -6rem !important;
  }

  .xs\:tw--top-28 {
    top: -7rem !important;
  }

  .xs\:tw--right-28 {
    right: -7rem !important;
  }

  .xs\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .xs\:tw--left-28 {
    left: -7rem !important;
  }

  .xs\:tw--top-32 {
    top: -8rem !important;
  }

  .xs\:tw--right-32 {
    right: -8rem !important;
  }

  .xs\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .xs\:tw--left-32 {
    left: -8rem !important;
  }

  .xs\:tw--top-36 {
    top: -9rem !important;
  }

  .xs\:tw--right-36 {
    right: -9rem !important;
  }

  .xs\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .xs\:tw--left-36 {
    left: -9rem !important;
  }

  .xs\:tw--top-40 {
    top: -10rem !important;
  }

  .xs\:tw--right-40 {
    right: -10rem !important;
  }

  .xs\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .xs\:tw--left-40 {
    left: -10rem !important;
  }

  .xs\:tw--top-44 {
    top: -11rem !important;
  }

  .xs\:tw--right-44 {
    right: -11rem !important;
  }

  .xs\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .xs\:tw--left-44 {
    left: -11rem !important;
  }

  .xs\:tw--top-48 {
    top: -12rem !important;
  }

  .xs\:tw--right-48 {
    right: -12rem !important;
  }

  .xs\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .xs\:tw--left-48 {
    left: -12rem !important;
  }

  .xs\:tw--top-52 {
    top: -13rem !important;
  }

  .xs\:tw--right-52 {
    right: -13rem !important;
  }

  .xs\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .xs\:tw--left-52 {
    left: -13rem !important;
  }

  .xs\:tw--top-56 {
    top: -14rem !important;
  }

  .xs\:tw--right-56 {
    right: -14rem !important;
  }

  .xs\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .xs\:tw--left-56 {
    left: -14rem !important;
  }

  .xs\:tw--top-60 {
    top: -15rem !important;
  }

  .xs\:tw--right-60 {
    right: -15rem !important;
  }

  .xs\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .xs\:tw--left-60 {
    left: -15rem !important;
  }

  .xs\:tw--top-64 {
    top: -16rem !important;
  }

  .xs\:tw--right-64 {
    right: -16rem !important;
  }

  .xs\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .xs\:tw--left-64 {
    left: -16rem !important;
  }

  .xs\:tw--top-72 {
    top: -18rem !important;
  }

  .xs\:tw--right-72 {
    right: -18rem !important;
  }

  .xs\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .xs\:tw--left-72 {
    left: -18rem !important;
  }

  .xs\:tw--top-80 {
    top: -20rem !important;
  }

  .xs\:tw--right-80 {
    right: -20rem !important;
  }

  .xs\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .xs\:tw--left-80 {
    left: -20rem !important;
  }

  .xs\:tw--top-96 {
    top: -24rem !important;
  }

  .xs\:tw--right-96 {
    right: -24rem !important;
  }

  .xs\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .xs\:tw--left-96 {
    left: -24rem !important;
  }

  .xs\:tw--top-px {
    top: -1px !important;
  }

  .xs\:tw--right-px {
    right: -1px !important;
  }

  .xs\:tw--bottom-px {
    bottom: -1px !important;
  }

  .xs\:tw--left-px {
    left: -1px !important;
  }

  .xs\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .xs\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .xs\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .xs\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .xs\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .xs\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .xs\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .xs\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .xs\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .xs\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .xs\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .xs\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .xs\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .xs\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .xs\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .xs\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .xs\:tw-top-1\/2 {
    top: 50% !important;
  }

  .xs\:tw-right-1\/2 {
    right: 50% !important;
  }

  .xs\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .xs\:tw-left-1\/2 {
    left: 50% !important;
  }

  .xs\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .xs\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .xs\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xs\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .xs\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .xs\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .xs\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xs\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .xs\:tw-top-1\/4 {
    top: 25% !important;
  }

  .xs\:tw-right-1\/4 {
    right: 25% !important;
  }

  .xs\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .xs\:tw-left-1\/4 {
    left: 25% !important;
  }

  .xs\:tw-top-2\/4 {
    top: 50% !important;
  }

  .xs\:tw-right-2\/4 {
    right: 50% !important;
  }

  .xs\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .xs\:tw-left-2\/4 {
    left: 50% !important;
  }

  .xs\:tw-top-3\/4 {
    top: 75% !important;
  }

  .xs\:tw-right-3\/4 {
    right: 75% !important;
  }

  .xs\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .xs\:tw-left-3\/4 {
    left: 75% !important;
  }

  .xs\:tw-top-full {
    top: 100% !important;
  }

  .xs\:tw-right-full {
    right: 100% !important;
  }

  .xs\:tw-bottom-full {
    bottom: 100% !important;
  }

  .xs\:tw-left-full {
    left: 100% !important;
  }

  .xs\:tw--top-1\/2 {
    top: -50% !important;
  }

  .xs\:tw--right-1\/2 {
    right: -50% !important;
  }

  .xs\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .xs\:tw--left-1\/2 {
    left: -50% !important;
  }

  .xs\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .xs\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .xs\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xs\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .xs\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .xs\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .xs\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xs\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .xs\:tw--top-1\/4 {
    top: -25% !important;
  }

  .xs\:tw--right-1\/4 {
    right: -25% !important;
  }

  .xs\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .xs\:tw--left-1\/4 {
    left: -25% !important;
  }

  .xs\:tw--top-2\/4 {
    top: -50% !important;
  }

  .xs\:tw--right-2\/4 {
    right: -50% !important;
  }

  .xs\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .xs\:tw--left-2\/4 {
    left: -50% !important;
  }

  .xs\:tw--top-3\/4 {
    top: -75% !important;
  }

  .xs\:tw--right-3\/4 {
    right: -75% !important;
  }

  .xs\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .xs\:tw--left-3\/4 {
    left: -75% !important;
  }

  .xs\:tw--top-full {
    top: -100% !important;
  }

  .xs\:tw--right-full {
    right: -100% !important;
  }

  .xs\:tw--bottom-full {
    bottom: -100% !important;
  }

  .xs\:tw--left-full {
    left: -100% !important;
  }

  .xs\:tw-resize-none {
    resize: none !important;
  }

  .xs\:tw-resize-y {
    resize: vertical !important;
  }

  .xs\:tw-resize-x {
    resize: horizontal !important;
  }

  .xs\:tw-resize {
    resize: both !important;
  }

  .xs\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xs\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xs\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xs\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .xs\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .xs\:tw-ring-offset-gray-150 {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xs\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .xs\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #666666 !important;
  }

  .xs\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #777777 !important;
  }

  .xs\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #333333 !important;
  }

  .xs\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .xs\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #00A850 !important;
  }

  .xs\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #224257 !important;
  }

  .xs\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #00263D !important;
  }

  .xs\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #012942 !important;
  }

  .xs\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .xs\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .xs\:focus-within\:tw-ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xs\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .xs\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .xs\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #777777 !important;
  }

  .xs\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .xs\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .xs\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #00A850 !important;
  }

  .xs\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #224257 !important;
  }

  .xs\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #00263D !important;
  }

  .xs\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #012942 !important;
  }

  .xs\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .xs\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .xs\:focus\:tw-ring-offset-gray-150:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xs\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .xs\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .xs\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #777777 !important;
  }

  .xs\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .xs\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .xs\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #00A850 !important;
  }

  .xs\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #224257 !important;
  }

  .xs\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #00263D !important;
  }

  .xs\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #012942 !important;
  }

  .xs\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xs\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xs\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-gray-150 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xs\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xs\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-gray-150:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xs\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xs\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-gray-150:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:tw-fill-current {
    fill: currentColor !important;
  }

  .xs\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .xs\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .xs\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .xs\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .xs\:tw-table-auto {
    table-layout: auto !important;
  }

  .xs\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .xs\:tw-text-left {
    text-align: left !important;
  }

  .xs\:tw-text-center {
    text-align: center !important;
  }

  .xs\:tw-text-right {
    text-align: right !important;
  }

  .xs\:tw-text-justify {
    text-align: justify !important;
  }

  .xs\:tw-text-transparent {
    color: transparent !important;
  }

  .xs\:tw-text-current {
    color: currentColor !important;
  }

  .xs\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .xs\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .xs\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-gray-150:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .xs\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .xs\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-gray-150:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .xs\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .xs\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-gray-150:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xs\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xs\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xs\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xs\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xs\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xs\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .xs\:tw-italic {
    font-style: italic !important;
  }

  .xs\:tw-not-italic {
    font-style: normal !important;
  }

  .xs\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .xs\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .xs\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .xs\:tw-normal-case {
    text-transform: none !important;
  }

  .xs\:tw-underline {
    text-decoration: underline !important;
  }

  .xs\:tw-line-through {
    text-decoration: line-through !important;
  }

  .xs\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .xs\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .xs\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .xs\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xs\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .xs\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .xs\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .xs\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .xs\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .xs\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .xs\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .xs\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xs\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xs\:tw-ordinal, .xs\:tw-slashed-zero, .xs\:tw-lining-nums, .xs\:tw-oldstyle-nums, .xs\:tw-proportional-nums, .xs\:tw-tabular-nums, .xs\:tw-diagonal-fractions, .xs\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xs\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .xs\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xs\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xs\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xs\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xs\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xs\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xs\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xs\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xs\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xs\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xs\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .xs\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xs\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xs\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xs\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xs\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xs\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xs\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xs\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .xs\:tw-align-top {
    vertical-align: top !important;
  }

  .xs\:tw-align-middle {
    vertical-align: middle !important;
  }

  .xs\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .xs\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .xs\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xs\:tw-visible {
    visibility: visible !important;
  }

  .xs\:tw-invisible {
    visibility: hidden !important;
  }

  .xs\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .xs\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xs\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .xs\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xs\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xs\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xs\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .xs\:tw-break-all {
    word-break: break-all !important;
  }

  .xs\:tw-w-0 {
    width: 0px !important;
  }

  .xs\:tw-w-1 {
    width: 0.25rem !important;
  }

  .xs\:tw-w-2 {
    width: 0.5rem !important;
  }

  .xs\:tw-w-3 {
    width: 0.75rem !important;
  }

  .xs\:tw-w-4 {
    width: 1rem !important;
  }

  .xs\:tw-w-5 {
    width: 1.25rem !important;
  }

  .xs\:tw-w-6 {
    width: 1.5rem !important;
  }

  .xs\:tw-w-7 {
    width: 1.75rem !important;
  }

  .xs\:tw-w-8 {
    width: 2rem !important;
  }

  .xs\:tw-w-9 {
    width: 2.25rem !important;
  }

  .xs\:tw-w-10 {
    width: 2.5rem !important;
  }

  .xs\:tw-w-11 {
    width: 2.75rem !important;
  }

  .xs\:tw-w-12 {
    width: 3rem !important;
  }

  .xs\:tw-w-14 {
    width: 3.5rem !important;
  }

  .xs\:tw-w-16 {
    width: 4rem !important;
  }

  .xs\:tw-w-20 {
    width: 5rem !important;
  }

  .xs\:tw-w-24 {
    width: 6rem !important;
  }

  .xs\:tw-w-28 {
    width: 7rem !important;
  }

  .xs\:tw-w-32 {
    width: 8rem !important;
  }

  .xs\:tw-w-36 {
    width: 9rem !important;
  }

  .xs\:tw-w-40 {
    width: 10rem !important;
  }

  .xs\:tw-w-44 {
    width: 11rem !important;
  }

  .xs\:tw-w-48 {
    width: 12rem !important;
  }

  .xs\:tw-w-52 {
    width: 13rem !important;
  }

  .xs\:tw-w-56 {
    width: 14rem !important;
  }

  .xs\:tw-w-60 {
    width: 15rem !important;
  }

  .xs\:tw-w-64 {
    width: 16rem !important;
  }

  .xs\:tw-w-72 {
    width: 18rem !important;
  }

  .xs\:tw-w-80 {
    width: 20rem !important;
  }

  .xs\:tw-w-96 {
    width: 24rem !important;
  }

  .xs\:tw-w-auto {
    width: auto !important;
  }

  .xs\:tw-w-px {
    width: 1px !important;
  }

  .xs\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .xs\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .xs\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .xs\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .xs\:tw-w-1\/2 {
    width: 50% !important;
  }

  .xs\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .xs\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .xs\:tw-w-1\/4 {
    width: 25% !important;
  }

  .xs\:tw-w-2\/4 {
    width: 50% !important;
  }

  .xs\:tw-w-3\/4 {
    width: 75% !important;
  }

  .xs\:tw-w-1\/5 {
    width: 20% !important;
  }

  .xs\:tw-w-2\/5 {
    width: 40% !important;
  }

  .xs\:tw-w-3\/5 {
    width: 60% !important;
  }

  .xs\:tw-w-4\/5 {
    width: 80% !important;
  }

  .xs\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .xs\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .xs\:tw-w-3\/6 {
    width: 50% !important;
  }

  .xs\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .xs\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .xs\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .xs\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .xs\:tw-w-3\/12 {
    width: 25% !important;
  }

  .xs\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .xs\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .xs\:tw-w-6\/12 {
    width: 50% !important;
  }

  .xs\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .xs\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .xs\:tw-w-9\/12 {
    width: 75% !important;
  }

  .xs\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .xs\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .xs\:tw-w-full {
    width: 100% !important;
  }

  .xs\:tw-w-screen {
    width: 100vw !important;
  }

  .xs\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xs\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xs\:tw-z-0 {
    z-index: 0 !important;
  }

  .xs\:tw-z-10 {
    z-index: 10 !important;
  }

  .xs\:tw-z-20 {
    z-index: 20 !important;
  }

  .xs\:tw-z-30 {
    z-index: 30 !important;
  }

  .xs\:tw-z-40 {
    z-index: 40 !important;
  }

  .xs\:tw-z-50 {
    z-index: 50 !important;
  }

  .xs\:tw-z-auto {
    z-index: auto !important;
  }

  .xs\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .xs\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .xs\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .xs\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .xs\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .xs\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .xs\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .xs\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .xs\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .xs\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .xs\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .xs\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .xs\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .xs\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .xs\:tw-gap-0 {
    gap: 0px !important;
  }

  .xs\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .xs\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .xs\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .xs\:tw-gap-4 {
    gap: 1rem !important;
  }

  .xs\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .xs\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .xs\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .xs\:tw-gap-8 {
    gap: 2rem !important;
  }

  .xs\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .xs\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .xs\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .xs\:tw-gap-12 {
    gap: 3rem !important;
  }

  .xs\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .xs\:tw-gap-16 {
    gap: 4rem !important;
  }

  .xs\:tw-gap-20 {
    gap: 5rem !important;
  }

  .xs\:tw-gap-24 {
    gap: 6rem !important;
  }

  .xs\:tw-gap-28 {
    gap: 7rem !important;
  }

  .xs\:tw-gap-32 {
    gap: 8rem !important;
  }

  .xs\:tw-gap-36 {
    gap: 9rem !important;
  }

  .xs\:tw-gap-40 {
    gap: 10rem !important;
  }

  .xs\:tw-gap-44 {
    gap: 11rem !important;
  }

  .xs\:tw-gap-48 {
    gap: 12rem !important;
  }

  .xs\:tw-gap-52 {
    gap: 13rem !important;
  }

  .xs\:tw-gap-56 {
    gap: 14rem !important;
  }

  .xs\:tw-gap-60 {
    gap: 15rem !important;
  }

  .xs\:tw-gap-64 {
    gap: 16rem !important;
  }

  .xs\:tw-gap-72 {
    gap: 18rem !important;
  }

  .xs\:tw-gap-80 {
    gap: 20rem !important;
  }

  .xs\:tw-gap-96 {
    gap: 24rem !important;
  }

  .xs\:tw-gap-px {
    gap: 1px !important;
  }

  .xs\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xs\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xs\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xs\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xs\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xs\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xs\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xs\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xs\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xs\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xs\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xs\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xs\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xs\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xs\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xs\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xs\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xs\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xs\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xs\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xs\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xs\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xs\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xs\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xs\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xs\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xs\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xs\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xs\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xs\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xs\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xs\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xs\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xs\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xs\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xs\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xs\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xs\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xs\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xs\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .xs\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xs\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xs\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xs\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .xs\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xs\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xs\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xs\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .xs\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xs\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xs\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xs\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .xs\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xs\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .xs\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .xs\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .xs\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .xs\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .xs\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .xs\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .xs\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .xs\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .xs\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .xs\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .xs\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .xs\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .xs\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .xs\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .xs\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .xs\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .xs\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xs\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xs\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xs\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xs\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xs\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xs\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xs\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xs\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .xs\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xs\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xs\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xs\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xs\:tw-col-auto {
    grid-column: auto !important;
  }

  .xs\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xs\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xs\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xs\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xs\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xs\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xs\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xs\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xs\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xs\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xs\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xs\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xs\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xs\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .xs\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .xs\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .xs\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .xs\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .xs\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .xs\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .xs\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .xs\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .xs\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .xs\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .xs\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .xs\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .xs\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .xs\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .xs\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .xs\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .xs\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .xs\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .xs\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .xs\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .xs\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .xs\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .xs\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .xs\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .xs\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .xs\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .xs\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .xs\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .xs\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xs\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xs\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xs\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xs\:tw-row-auto {
    grid-row: auto !important;
  }

  .xs\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xs\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xs\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xs\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xs\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xs\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xs\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xs\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .xs\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .xs\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .xs\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .xs\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .xs\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .xs\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .xs\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .xs\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .xs\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .xs\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .xs\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .xs\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .xs\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .xs\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .xs\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .xs\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xs\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xs\:tw-transform-none {
    transform: none !important;
  }

  .xs\:tw-origin-center {
    transform-origin: center !important;
  }

  .xs\:tw-origin-top {
    transform-origin: top !important;
  }

  .xs\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .xs\:tw-origin-right {
    transform-origin: right !important;
  }

  .xs\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xs\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .xs\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xs\:tw-origin-left {
    transform-origin: left !important;
  }

  .xs\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .xs\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xs\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xs\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xs\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xs\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xs\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xs\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xs\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xs\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xs\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xs\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xs\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xs\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xs\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xs\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xs\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xs\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xs\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xs\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xs\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xs\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xs\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xs\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xs\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xs\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xs\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xs\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xs\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xs\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xs\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xs\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xs\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xs\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xs\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xs\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xs\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xs\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xs\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xs\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xs\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xs\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xs\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xs\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xs\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xs\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xs\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xs\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xs\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xs\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xs\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xs\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xs\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xs\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xs\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xs\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xs\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xs\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xs\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xs\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xs\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xs\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xs\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xs\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xs\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xs\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xs\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xs\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xs\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xs\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xs\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xs\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xs\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xs\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xs\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xs\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xs\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xs\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .xs\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .xs\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .xs\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .xs\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .xs\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .xs\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .xs\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .xs\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .xs\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .xs\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .xs\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .xs\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .xs\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .xs\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .xs\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .xs\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .xs\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .xs\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .xs\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .xs\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .xs\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .xs\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .xs\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xs\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .xs\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .xs\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .xs\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .xs\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xs\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .xs\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .xs\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .xs\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .xs\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .xs\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .xs\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .xs\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .xs\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .xs\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .xs\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .xs\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .xs\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .xs\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .xs\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .xs\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .xs\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .xs\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .xs\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .xs\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .xs\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .xs\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .xs\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .xs\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xs\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .xs\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .xs\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .xs\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .xs\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xs\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xs\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xs\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xs\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xs\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xs\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xs\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xs\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xs\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xs\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xs\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .xs\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .xs\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .xs\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .xs\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .xs\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .xs\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .xs\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .xs\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .xs\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .xs\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .xs\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .xs\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .xs\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .xs\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .xs\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .xs\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .xs\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .xs\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .xs\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .xs\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .xs\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .xs\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .xs\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xs\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .xs\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .xs\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .xs\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .xs\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xs\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .xs\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .xs\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .xs\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .xs\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .xs\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .xs\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .xs\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .xs\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .xs\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .xs\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .xs\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .xs\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .xs\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .xs\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .xs\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .xs\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .xs\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .xs\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .xs\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .xs\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .xs\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .xs\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .xs\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xs\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .xs\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .xs\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .xs\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .xs\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xs\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xs\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xs\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xs\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xs\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xs\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xs\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xs\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xs\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xs\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .xs\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .xs\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .xs\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .xs\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .xs\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .xs\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .xs\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .xs\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .xs\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .xs\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .xs\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .xs\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .xs\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .xs\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .xs\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .xs\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .xs\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .xs\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .xs\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .xs\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .xs\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .xs\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .xs\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xs\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .xs\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .xs\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .xs\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .xs\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .xs\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .xs\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .xs\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .xs\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .xs\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .xs\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .xs\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .xs\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .xs\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .xs\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .xs\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .xs\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .xs\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .xs\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .xs\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .xs\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .xs\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .xs\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .xs\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .xs\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .xs\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .xs\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .xs\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xs\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .xs\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .xs\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .xs\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .xs\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xs\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xs\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xs\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xs\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xs\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xs\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .xs\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .xs\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .xs\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .xs\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .xs\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .xs\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .xs\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .xs\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .xs\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .xs\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .xs\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .xs\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .xs\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .xs\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .xs\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .xs\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .xs\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .xs\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .xs\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .xs\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .xs\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .xs\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .xs\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xs\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .xs\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .xs\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .xs\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .xs\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .xs\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .xs\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .xs\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .xs\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .xs\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .xs\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .xs\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .xs\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .xs\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .xs\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .xs\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .xs\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .xs\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .xs\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .xs\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .xs\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .xs\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .xs\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .xs\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .xs\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .xs\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .xs\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .xs\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xs\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .xs\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .xs\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .xs\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .xs\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xs\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xs\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xs\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xs\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xs\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xs\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .xs\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .xs\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .xs\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .xs\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .xs\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .xs\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .xs\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .xs\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .xs\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .xs\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .xs\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .xs\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .xs\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .xs\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .xs\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .xs\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .xs\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .xs\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .xs\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .xs\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .xs\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .xs\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .xs\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xs\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .xs\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .xs\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .xs\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .xs\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .xs\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .xs\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .xs\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .xs\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .xs\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .xs\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .xs\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .xs\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .xs\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .xs\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .xs\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .xs\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .xs\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .xs\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .xs\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .xs\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .xs\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .xs\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .xs\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .xs\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .xs\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .xs\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .xs\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xs\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .xs\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .xs\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .xs\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .xs\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xs\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xs\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xs\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xs\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xs\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xs\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .xs\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .xs\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .xs\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .xs\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .xs\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .xs\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .xs\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .xs\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .xs\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .xs\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .xs\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .xs\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .xs\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .xs\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .xs\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .xs\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .xs\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .xs\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .xs\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .xs\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .xs\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .xs\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .xs\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xs\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .xs\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .xs\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .xs\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .xs\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .xs\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .xs\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .xs\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .xs\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .xs\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .xs\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .xs\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .xs\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .xs\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .xs\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .xs\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .xs\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .xs\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .xs\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .xs\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .xs\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .xs\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .xs\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .xs\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .xs\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .xs\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .xs\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .xs\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xs\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .xs\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .xs\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .xs\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .xs\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xs\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xs\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xs\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xs\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xs\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xs\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xs\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xs\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xs\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xs\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xs\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xs\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xs\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xs\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xs\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xs\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xs\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xs\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xs\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xs\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xs\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xs\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xs\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xs\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xs\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xs\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xs\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xs\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xs\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xs\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xs\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xs\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xs\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xs\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xs\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xs\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xs\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xs\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xs\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xs\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xs\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xs\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xs\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xs\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xs\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xs\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xs\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xs\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xs\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xs\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xs\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xs\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xs\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xs\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xs\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xs\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xs\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xs\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xs\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xs\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xs\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xs\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xs\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xs\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xs\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xs\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xs\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xs\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xs\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xs\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xs\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xs\:tw-transition-none {
    transition-property: none !important;
  }

  .xs\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .xs\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xs\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xs\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xs\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .xs\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .xs\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .xs\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .xs\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .xs\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .xs\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .xs\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xs\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .xs\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .xs\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .xs\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .xs\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .xs\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .xs\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .xs\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xs\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xs\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .xs\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xs\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xs\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }
}

@media (min-width: 640px) {
  .sm\:tw-space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:tw-space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:tw-divide-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:tw-divide-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:tw-divide-transparent &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .sm\:tw-divide-current &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .sm\:tw-divide-white &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-black &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-150 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-200 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-600 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-700 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-500 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-solid &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .sm\:tw-divide-dashed &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .sm\:tw-divide-dotted &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .sm\:tw-divide-double &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .sm\:tw-divide-none &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .sm\:tw-divide-opacity-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .sm\:tw-divide-opacity-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .sm\:tw-divide-opacity-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .sm\:tw-divide-opacity-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .sm\:tw-divide-opacity-25 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:tw-divide-opacity-30 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .sm\:tw-divide-opacity-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .sm\:tw-divide-opacity-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:tw-divide-opacity-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .sm\:tw-divide-opacity-70 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .sm\:tw-divide-opacity-75 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:tw-divide-opacity-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .sm\:tw-divide-opacity-90 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .sm\:tw-divide-opacity-95 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .sm\:tw-divide-opacity-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .sm\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:tw-bg-local {
    background-attachment: local !important;
  }

  .sm\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .sm\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .sm\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .sm\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .sm\:tw-bg-current {
    background-color: currentColor !important;
  }

  .sm\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .sm\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .sm\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-150:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .sm\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-150:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .sm\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-150:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-none {
    background-image: none !important;
  }

  .sm\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-from-gray-50 {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:tw-from-gray-100 {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .sm\:tw-from-gray-150 {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:tw-from-gray-200 {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:tw-from-gray-600 {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:tw-from-gray-700 {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .sm\:tw-from-gray-800 {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:tw-from-green-100 {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .sm\:tw-from-green-900 {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .sm\:tw-from-blue-500 {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .sm\:tw-from-blue-800 {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .sm\:tw-from-blue-900 {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .sm\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .sm\:tw-via-gray-150 {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .sm\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .sm\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .sm\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .sm\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .sm\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .sm\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .sm\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .sm\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .sm\:tw-to-gray-50 {
    --tw-gradient-to: #FAFAFA !important;
  }

  .sm\:tw-to-gray-100 {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .sm\:tw-to-gray-150 {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .sm\:tw-to-gray-200 {
    --tw-gradient-to: #EDEDED !important;
  }

  .sm\:tw-to-gray-600 {
    --tw-gradient-to: #666666 !important;
  }

  .sm\:tw-to-gray-700 {
    --tw-gradient-to: #777777 !important;
  }

  .sm\:tw-to-gray-800 {
    --tw-gradient-to: #333333 !important;
  }

  .sm\:tw-to-green-100 {
    --tw-gradient-to: #ACE342 !important;
  }

  .sm\:tw-to-green-900 {
    --tw-gradient-to: #00A850 !important;
  }

  .sm\:tw-to-blue-500 {
    --tw-gradient-to: #224257 !important;
  }

  .sm\:tw-to-blue-800 {
    --tw-gradient-to: #00263D !important;
  }

  .sm\:tw-to-blue-900 {
    --tw-gradient-to: #012942 !important;
  }

  .sm\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-150:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .sm\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .sm\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-150:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .sm\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .sm\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .sm\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .sm\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .sm\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #FAFAFA !important;
  }

  .sm\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .sm\:hover\:tw-to-gray-150:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .sm\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #EDEDED !important;
  }

  .sm\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #666666 !important;
  }

  .sm\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #777777 !important;
  }

  .sm\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #333333 !important;
  }

  .sm\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #ACE342 !important;
  }

  .sm\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #00A850 !important;
  }

  .sm\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #224257 !important;
  }

  .sm\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #00263D !important;
  }

  .sm\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #012942 !important;
  }

  .sm\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-150:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .sm\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .sm\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-150:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .sm\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .sm\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .sm\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .sm\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .sm\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #FAFAFA !important;
  }

  .sm\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .sm\:focus\:tw-to-gray-150:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .sm\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #EDEDED !important;
  }

  .sm\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #666666 !important;
  }

  .sm\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #777777 !important;
  }

  .sm\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #333333 !important;
  }

  .sm\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #ACE342 !important;
  }

  .sm\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #00A850 !important;
  }

  .sm\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #224257 !important;
  }

  .sm\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #00263D !important;
  }

  .sm\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #012942 !important;
  }

  .sm\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .sm\:tw-bg-center {
    background-position: center !important;
  }

  .sm\:tw-bg-left {
    background-position: left !important;
  }

  .sm\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:tw-bg-left-top {
    background-position: left top !important;
  }

  .sm\:tw-bg-right {
    background-position: right !important;
  }

  .sm\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:tw-bg-right-top {
    background-position: right top !important;
  }

  .sm\:tw-bg-top {
    background-position: top !important;
  }

  .sm\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .sm\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .sm\:tw-bg-auto {
    background-size: auto !important;
  }

  .sm\:tw-bg-cover {
    background-size: cover !important;
  }

  .sm\:tw-bg-contain {
    background-size: contain !important;
  }

  .sm\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .sm\:tw-border-separate {
    border-collapse: separate !important;
  }

  .sm\:tw-border-transparent {
    border-color: transparent !important;
  }

  .sm\:tw-border-current {
    border-color: currentColor !important;
  }

  .sm\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .sm\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .sm\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-150:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .sm\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-150:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .sm\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-150:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .sm\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .sm\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .sm\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .sm\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .sm\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .sm\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-llg {
    border-radius: 0.625rem !important;
  }

  .sm\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .sm\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .sm\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .sm\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-t-llg {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }

  .sm\:tw-rounded-r-llg {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }

  .sm\:tw-rounded-b-llg {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .sm\:tw-rounded-l-llg {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .sm\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .sm\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .sm\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .sm\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .sm\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tl-llg {
    border-top-left-radius: 0.625rem !important;
  }

  .sm\:tw-rounded-tr-llg {
    border-top-right-radius: 0.625rem !important;
  }

  .sm\:tw-rounded-br-llg {
    border-bottom-right-radius: 0.625rem !important;
  }

  .sm\:tw-rounded-bl-llg {
    border-bottom-left-radius: 0.625rem !important;
  }

  .sm\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-border-solid {
    border-style: solid !important;
  }

  .sm\:tw-border-dashed {
    border-style: dashed !important;
  }

  .sm\:tw-border-dotted {
    border-style: dotted !important;
  }

  .sm\:tw-border-double {
    border-style: double !important;
  }

  .sm\:tw-border-none {
    border-style: none !important;
  }

  .sm\:tw-border-0 {
    border-width: 0px !important;
  }

  .sm\:tw-border-2 {
    border-width: 2px !important;
  }

  .sm\:tw-border-4 {
    border-width: 4px !important;
  }

  .sm\:tw-border-8 {
    border-width: 8px !important;
  }

  .sm\:tw-border {
    border-width: 1px !important;
  }

  .sm\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .sm\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .sm\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .sm\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .sm\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:tw-border-t {
    border-top-width: 1px !important;
  }

  .sm\:tw-border-r {
    border-right-width: 1px !important;
  }

  .sm\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:tw-border-l {
    border-left-width: 1px !important;
  }

  .sm\:tw-box-border {
    box-sizing: border-box !important;
  }

  .sm\:tw-box-content {
    box-sizing: content-box !important;
  }

  .sm\:tw-cursor-auto {
    cursor: auto !important;
  }

  .sm\:tw-cursor-default {
    cursor: default !important;
  }

  .sm\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:tw-cursor-wait {
    cursor: wait !important;
  }

  .sm\:tw-cursor-text {
    cursor: text !important;
  }

  .sm\:tw-cursor-move {
    cursor: move !important;
  }

  .sm\:tw-cursor-help {
    cursor: help !important;
  }

  .sm\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:tw-block {
    display: block !important;
  }

  .sm\:tw-inline-block {
    display: inline-block !important;
  }

  .sm\:tw-inline {
    display: inline !important;
  }

  .sm\:tw-flex {
    display: flex !important;
  }

  .sm\:tw-inline-flex {
    display: inline-flex !important;
  }

  .sm\:tw-table {
    display: table !important;
  }

  .sm\:tw-table-caption {
    display: table-caption !important;
  }

  .sm\:tw-table-cell {
    display: table-cell !important;
  }

  .sm\:tw-table-column {
    display: table-column !important;
  }

  .sm\:tw-table-column-group {
    display: table-column-group !important;
  }

  .sm\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .sm\:tw-table-header-group {
    display: table-header-group !important;
  }

  .sm\:tw-table-row-group {
    display: table-row-group !important;
  }

  .sm\:tw-table-row {
    display: table-row !important;
  }

  .sm\:tw-flow-root {
    display: flow-root !important;
  }

  .sm\:tw-grid {
    display: grid !important;
  }

  .sm\:tw-inline-grid {
    display: inline-grid !important;
  }

  .sm\:tw-contents {
    display: contents !important;
  }

  .sm\:tw-hidden {
    display: none !important;
  }

  .sm\:tw-flex-row {
    flex-direction: row !important;
  }

  .sm\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:tw-flex-col {
    flex-direction: column !important;
  }

  .sm\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:tw-place-items-auto {
    place-items: auto !important;
  }

  .sm\:tw-place-items-start {
    place-items: start !important;
  }

  .sm\:tw-place-items-end {
    place-items: end !important;
  }

  .sm\:tw-place-items-center {
    place-items: center !important;
  }

  .sm\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .sm\:tw-place-content-center {
    place-content: center !important;
  }

  .sm\:tw-place-content-start {
    place-content: start !important;
  }

  .sm\:tw-place-content-end {
    place-content: end !important;
  }

  .sm\:tw-place-content-between {
    place-content: space-between !important;
  }

  .sm\:tw-place-content-around {
    place-content: space-around !important;
  }

  .sm\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .sm\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .sm\:tw-place-self-auto {
    place-self: auto !important;
  }

  .sm\:tw-place-self-start {
    place-self: start !important;
  }

  .sm\:tw-place-self-end {
    place-self: end !important;
  }

  .sm\:tw-place-self-center {
    place-self: center !important;
  }

  .sm\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .sm\:tw-items-start {
    align-items: flex-start !important;
  }

  .sm\:tw-items-end {
    align-items: flex-end !important;
  }

  .sm\:tw-items-center {
    align-items: center !important;
  }

  .sm\:tw-items-baseline {
    align-items: baseline !important;
  }

  .sm\:tw-items-stretch {
    align-items: stretch !important;
  }

  .sm\:tw-content-center {
    align-content: center !important;
  }

  .sm\:tw-content-start {
    align-content: flex-start !important;
  }

  .sm\:tw-content-end {
    align-content: flex-end !important;
  }

  .sm\:tw-content-between {
    align-content: space-between !important;
  }

  .sm\:tw-content-around {
    align-content: space-around !important;
  }

  .sm\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .sm\:tw-self-auto {
    align-self: auto !important;
  }

  .sm\:tw-self-start {
    align-self: flex-start !important;
  }

  .sm\:tw-self-end {
    align-self: flex-end !important;
  }

  .sm\:tw-self-center {
    align-self: center !important;
  }

  .sm\:tw-self-stretch {
    align-self: stretch !important;
  }

  .sm\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .sm\:tw-justify-items-start {
    justify-items: start !important;
  }

  .sm\:tw-justify-items-end {
    justify-items: end !important;
  }

  .sm\:tw-justify-items-center {
    justify-items: center !important;
  }

  .sm\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .sm\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .sm\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .sm\:tw-justify-center {
    justify-content: center !important;
  }

  .sm\:tw-justify-between {
    justify-content: space-between !important;
  }

  .sm\:tw-justify-around {
    justify-content: space-around !important;
  }

  .sm\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .sm\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .sm\:tw-justify-self-start {
    justify-self: start !important;
  }

  .sm\:tw-justify-self-end {
    justify-self: end !important;
  }

  .sm\:tw-justify-self-center {
    justify-self: center !important;
  }

  .sm\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .sm\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:tw-flex-none {
    flex: none !important;
  }

  .sm\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:tw-order-1 {
    order: 1 !important;
  }

  .sm\:tw-order-2 {
    order: 2 !important;
  }

  .sm\:tw-order-3 {
    order: 3 !important;
  }

  .sm\:tw-order-4 {
    order: 4 !important;
  }

  .sm\:tw-order-5 {
    order: 5 !important;
  }

  .sm\:tw-order-6 {
    order: 6 !important;
  }

  .sm\:tw-order-7 {
    order: 7 !important;
  }

  .sm\:tw-order-8 {
    order: 8 !important;
  }

  .sm\:tw-order-9 {
    order: 9 !important;
  }

  .sm\:tw-order-10 {
    order: 10 !important;
  }

  .sm\:tw-order-11 {
    order: 11 !important;
  }

  .sm\:tw-order-12 {
    order: 12 !important;
  }

  .sm\:tw-order-first {
    order: -9999 !important;
  }

  .sm\:tw-order-last {
    order: 9999 !important;
  }

  .sm\:tw-order-none {
    order: 0 !important;
  }

  .sm\:tw-float-right {
    float: right !important;
  }

  .sm\:tw-float-left {
    float: left !important;
  }

  .sm\:tw-float-none {
    float: none !important;
  }

  .sm\:tw-clear-left {
    clear: left !important;
  }

  .sm\:tw-clear-right {
    clear: right !important;
  }

  .sm\:tw-clear-both {
    clear: both !important;
  }

  .sm\:tw-clear-none {
    clear: none !important;
  }

  .sm\:tw-font-helvetica {
    font-family: Helvetica, Arial, sans-serif !important;
  }

  .sm\:tw-font-kanit {
    font-family: Kanit, sans-serif !important;
  }

  .sm\:tw-font-thin {
    font-weight: 100 !important;
  }

  .sm\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .sm\:tw-font-light {
    font-weight: 300 !important;
  }

  .sm\:tw-font-normal {
    font-weight: 400 !important;
  }

  .sm\:tw-font-medium {
    font-weight: 500 !important;
  }

  .sm\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .sm\:tw-font-bold {
    font-weight: 700 !important;
  }

  .sm\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:tw-font-black {
    font-weight: 900 !important;
  }

  .sm\:tw-h-0 {
    height: 0px !important;
  }

  .sm\:tw-h-1 {
    height: 0.25rem !important;
  }

  .sm\:tw-h-2 {
    height: 0.5rem !important;
  }

  .sm\:tw-h-3 {
    height: 0.75rem !important;
  }

  .sm\:tw-h-4 {
    height: 1rem !important;
  }

  .sm\:tw-h-5 {
    height: 1.25rem !important;
  }

  .sm\:tw-h-6 {
    height: 1.5rem !important;
  }

  .sm\:tw-h-7 {
    height: 1.75rem !important;
  }

  .sm\:tw-h-8 {
    height: 2rem !important;
  }

  .sm\:tw-h-9 {
    height: 2.25rem !important;
  }

  .sm\:tw-h-10 {
    height: 2.5rem !important;
  }

  .sm\:tw-h-11 {
    height: 2.75rem !important;
  }

  .sm\:tw-h-12 {
    height: 3rem !important;
  }

  .sm\:tw-h-14 {
    height: 3.5rem !important;
  }

  .sm\:tw-h-16 {
    height: 4rem !important;
  }

  .sm\:tw-h-20 {
    height: 5rem !important;
  }

  .sm\:tw-h-24 {
    height: 6rem !important;
  }

  .sm\:tw-h-28 {
    height: 7rem !important;
  }

  .sm\:tw-h-32 {
    height: 8rem !important;
  }

  .sm\:tw-h-36 {
    height: 9rem !important;
  }

  .sm\:tw-h-40 {
    height: 10rem !important;
  }

  .sm\:tw-h-44 {
    height: 11rem !important;
  }

  .sm\:tw-h-48 {
    height: 12rem !important;
  }

  .sm\:tw-h-52 {
    height: 13rem !important;
  }

  .sm\:tw-h-56 {
    height: 14rem !important;
  }

  .sm\:tw-h-60 {
    height: 15rem !important;
  }

  .sm\:tw-h-64 {
    height: 16rem !important;
  }

  .sm\:tw-h-72 {
    height: 18rem !important;
  }

  .sm\:tw-h-80 {
    height: 20rem !important;
  }

  .sm\:tw-h-96 {
    height: 24rem !important;
  }

  .sm\:tw-h-auto {
    height: auto !important;
  }

  .sm\:tw-h-px {
    height: 1px !important;
  }

  .sm\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .sm\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .sm\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .sm\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .sm\:tw-h-1\/2 {
    height: 50% !important;
  }

  .sm\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .sm\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .sm\:tw-h-1\/4 {
    height: 25% !important;
  }

  .sm\:tw-h-2\/4 {
    height: 50% !important;
  }

  .sm\:tw-h-3\/4 {
    height: 75% !important;
  }

  .sm\:tw-h-1\/5 {
    height: 20% !important;
  }

  .sm\:tw-h-2\/5 {
    height: 40% !important;
  }

  .sm\:tw-h-3\/5 {
    height: 60% !important;
  }

  .sm\:tw-h-4\/5 {
    height: 80% !important;
  }

  .sm\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .sm\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .sm\:tw-h-3\/6 {
    height: 50% !important;
  }

  .sm\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .sm\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .sm\:tw-h-full {
    height: 100% !important;
  }

  .sm\:tw-h-screen {
    height: 100vh !important;
  }

  .sm\:tw-text-xxs {
    font-size: 0.4375rem !important;
    line-height: 0.57rem !important;
  }

  .sm\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .sm\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .sm\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .sm\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:tw-text-xxl {
    font-size: 1.429rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .sm\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-text-5xs {
    font-size: 0.5rem !important;
    line-height: 0.53rem !important;
  }

  .sm\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .sm\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .sm\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .sm\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .sm\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .sm\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .sm\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .sm\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .sm\:tw-leading-none {
    line-height: 1 !important;
  }

  .sm\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .sm\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .sm\:tw-leading-loose {
    line-height: 2 !important;
  }

  .sm\:tw-list-inside {
    list-style-position: inside !important;
  }

  .sm\:tw-list-outside {
    list-style-position: outside !important;
  }

  .sm\:tw-list-none {
    list-style-type: none !important;
  }

  .sm\:tw-list-disc {
    list-style-type: disc !important;
  }

  .sm\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .sm\:tw-m-0 {
    margin: 0px !important;
  }

  .sm\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .sm\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .sm\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .sm\:tw-m-4 {
    margin: 1rem !important;
  }

  .sm\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .sm\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .sm\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .sm\:tw-m-8 {
    margin: 2rem !important;
  }

  .sm\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .sm\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .sm\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .sm\:tw-m-12 {
    margin: 3rem !important;
  }

  .sm\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .sm\:tw-m-16 {
    margin: 4rem !important;
  }

  .sm\:tw-m-20 {
    margin: 5rem !important;
  }

  .sm\:tw-m-24 {
    margin: 6rem !important;
  }

  .sm\:tw-m-28 {
    margin: 7rem !important;
  }

  .sm\:tw-m-32 {
    margin: 8rem !important;
  }

  .sm\:tw-m-36 {
    margin: 9rem !important;
  }

  .sm\:tw-m-40 {
    margin: 10rem !important;
  }

  .sm\:tw-m-44 {
    margin: 11rem !important;
  }

  .sm\:tw-m-48 {
    margin: 12rem !important;
  }

  .sm\:tw-m-52 {
    margin: 13rem !important;
  }

  .sm\:tw-m-56 {
    margin: 14rem !important;
  }

  .sm\:tw-m-60 {
    margin: 15rem !important;
  }

  .sm\:tw-m-64 {
    margin: 16rem !important;
  }

  .sm\:tw-m-72 {
    margin: 18rem !important;
  }

  .sm\:tw-m-80 {
    margin: 20rem !important;
  }

  .sm\:tw-m-96 {
    margin: 24rem !important;
  }

  .sm\:tw-m-auto {
    margin: auto !important;
  }

  .sm\:tw-m-px {
    margin: 1px !important;
  }

  .sm\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .sm\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .sm\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .sm\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .sm\:tw--m-0 {
    margin: 0px !important;
  }

  .sm\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .sm\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .sm\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .sm\:tw--m-4 {
    margin: -1rem !important;
  }

  .sm\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .sm\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .sm\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .sm\:tw--m-8 {
    margin: -2rem !important;
  }

  .sm\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .sm\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .sm\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .sm\:tw--m-12 {
    margin: -3rem !important;
  }

  .sm\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .sm\:tw--m-16 {
    margin: -4rem !important;
  }

  .sm\:tw--m-20 {
    margin: -5rem !important;
  }

  .sm\:tw--m-24 {
    margin: -6rem !important;
  }

  .sm\:tw--m-28 {
    margin: -7rem !important;
  }

  .sm\:tw--m-32 {
    margin: -8rem !important;
  }

  .sm\:tw--m-36 {
    margin: -9rem !important;
  }

  .sm\:tw--m-40 {
    margin: -10rem !important;
  }

  .sm\:tw--m-44 {
    margin: -11rem !important;
  }

  .sm\:tw--m-48 {
    margin: -12rem !important;
  }

  .sm\:tw--m-52 {
    margin: -13rem !important;
  }

  .sm\:tw--m-56 {
    margin: -14rem !important;
  }

  .sm\:tw--m-60 {
    margin: -15rem !important;
  }

  .sm\:tw--m-64 {
    margin: -16rem !important;
  }

  .sm\:tw--m-72 {
    margin: -18rem !important;
  }

  .sm\:tw--m-80 {
    margin: -20rem !important;
  }

  .sm\:tw--m-96 {
    margin: -24rem !important;
  }

  .sm\:tw--m-px {
    margin: -1px !important;
  }

  .sm\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .sm\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .sm\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .sm\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .sm\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .sm\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .sm\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sm\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .sm\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .sm\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .sm\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .sm\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .sm\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .sm\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .sm\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .sm\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .sm\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .sm\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .sm\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .sm\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .sm\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .sm\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .sm\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .sm\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .sm\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .sm\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .sm\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .sm\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .sm\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .sm\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .sm\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .sm\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .sm\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .sm\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .sm\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .sm\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .sm\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .sm\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .sm\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .sm\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .sm\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .sm\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .sm\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .sm\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .sm\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .sm\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .sm\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .sm\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .sm\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .sm\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .sm\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .sm\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .sm\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .sm\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .sm\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .sm\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .sm\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .sm\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .sm\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .sm\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .sm\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .sm\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .sm\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .sm\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .sm\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .sm\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .sm\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .sm\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .sm\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .sm\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .sm\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .sm\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .sm\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .sm\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .sm\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .sm\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .sm\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .sm\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .sm\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .sm\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .sm\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .sm\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .sm\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .sm\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .sm\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .sm\:tw-mt-auto {
    margin-top: auto !important;
  }

  .sm\:tw-mr-auto {
    margin-right: auto !important;
  }

  .sm\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:tw-ml-auto {
    margin-left: auto !important;
  }

  .sm\:tw-mt-px {
    margin-top: 1px !important;
  }

  .sm\:tw-mr-px {
    margin-right: 1px !important;
  }

  .sm\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:tw-ml-px {
    margin-left: 1px !important;
  }

  .sm\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .sm\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .sm\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .sm\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .sm\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .sm\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .sm\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .sm\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .sm\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .sm\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .sm\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .sm\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .sm\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .sm\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .sm\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .sm\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .sm\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .sm\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .sm\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .sm\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .sm\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .sm\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .sm\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .sm\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .sm\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .sm\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .sm\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .sm\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .sm\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .sm\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .sm\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .sm\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .sm\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .sm\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .sm\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .sm\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .sm\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .sm\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .sm\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .sm\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .sm\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .sm\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .sm\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .sm\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .sm\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .sm\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .sm\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .sm\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .sm\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .sm\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .sm\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .sm\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .sm\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .sm\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .sm\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .sm\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .sm\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .sm\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .sm\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .sm\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .sm\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .sm\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .sm\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .sm\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .sm\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .sm\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .sm\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .sm\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .sm\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .sm\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .sm\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .sm\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .sm\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .sm\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .sm\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .sm\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .sm\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .sm\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .sm\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .sm\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .sm\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .sm\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .sm\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .sm\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .sm\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .sm\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .sm\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .sm\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .sm\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .sm\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .sm\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .sm\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .sm\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .sm\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .sm\:tw--mt-px {
    margin-top: -1px !important;
  }

  .sm\:tw--mr-px {
    margin-right: -1px !important;
  }

  .sm\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:tw--ml-px {
    margin-left: -1px !important;
  }

  .sm\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .sm\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .sm\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .sm\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .sm\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .sm\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .sm\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .sm\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .sm\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .sm\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .sm\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .sm\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .sm\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .sm\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .sm\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .sm\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .sm\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .sm\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .sm\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .sm\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .sm\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .sm\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .sm\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .sm\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .sm\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .sm\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .sm\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .sm\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .sm\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .sm\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .sm\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .sm\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .sm\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .sm\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .sm\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .sm\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .sm\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .sm\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .sm\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .sm\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .sm\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .sm\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .sm\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .sm\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .sm\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .sm\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .sm\:tw-max-h-px {
    max-height: 1px !important;
  }

  .sm\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .sm\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .sm\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .sm\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .sm\:tw-max-h-full {
    max-height: 100% !important;
  }

  .sm\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .sm\:tw-max-w-none {
    max-width: none !important;
  }

  .sm\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .sm\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .sm\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .sm\:tw-max-w-full {
    max-width: 100% !important;
  }

  .sm\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .sm\:tw-max-w-screen-xxs {
    max-width: 365px !important;
  }

  .sm\:tw-max-w-screen-xs {
    max-width: 414px !important;
  }

  .sm\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .sm\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .sm\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .sm\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .sm\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .sm\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .sm\:tw-min-h-full {
    min-height: 100% !important;
  }

  .sm\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .sm\:tw-min-w-full {
    min-width: 100% !important;
  }

  .sm\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .sm\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .sm\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .sm\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .sm\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .sm\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .sm\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .sm\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .sm\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .sm\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .sm\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .sm\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .sm\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .sm\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .sm\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .sm\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .sm\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .sm\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .sm\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .sm\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .sm\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .sm\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .sm\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .sm\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .sm\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .sm\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .sm\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .sm\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .sm\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .sm\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .sm\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .sm\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .sm\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .sm\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .sm\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .sm\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .sm\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-overflow-auto {
    overflow: auto !important;
  }

  .sm\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:tw-overflow-visible {
    overflow: visible !important;
  }

  .sm\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .sm\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .sm\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .sm\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .sm\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .sm\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .sm\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .sm\:tw-p-0 {
    padding: 0px !important;
  }

  .sm\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .sm\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .sm\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .sm\:tw-p-4 {
    padding: 1rem !important;
  }

  .sm\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .sm\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .sm\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .sm\:tw-p-8 {
    padding: 2rem !important;
  }

  .sm\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .sm\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .sm\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .sm\:tw-p-12 {
    padding: 3rem !important;
  }

  .sm\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .sm\:tw-p-16 {
    padding: 4rem !important;
  }

  .sm\:tw-p-20 {
    padding: 5rem !important;
  }

  .sm\:tw-p-24 {
    padding: 6rem !important;
  }

  .sm\:tw-p-28 {
    padding: 7rem !important;
  }

  .sm\:tw-p-32 {
    padding: 8rem !important;
  }

  .sm\:tw-p-36 {
    padding: 9rem !important;
  }

  .sm\:tw-p-40 {
    padding: 10rem !important;
  }

  .sm\:tw-p-44 {
    padding: 11rem !important;
  }

  .sm\:tw-p-48 {
    padding: 12rem !important;
  }

  .sm\:tw-p-52 {
    padding: 13rem !important;
  }

  .sm\:tw-p-56 {
    padding: 14rem !important;
  }

  .sm\:tw-p-60 {
    padding: 15rem !important;
  }

  .sm\:tw-p-64 {
    padding: 16rem !important;
  }

  .sm\:tw-p-72 {
    padding: 18rem !important;
  }

  .sm\:tw-p-80 {
    padding: 20rem !important;
  }

  .sm\:tw-p-96 {
    padding: 24rem !important;
  }

  .sm\:tw-p-px {
    padding: 1px !important;
  }

  .sm\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .sm\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .sm\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .sm\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .sm\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .sm\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .sm\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sm\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .sm\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .sm\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .sm\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .sm\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .sm\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .sm\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .sm\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .sm\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .sm\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .sm\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .sm\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .sm\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .sm\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .sm\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .sm\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .sm\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .sm\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .sm\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .sm\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .sm\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .sm\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .sm\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .sm\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .sm\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .sm\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .sm\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .sm\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .sm\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .sm\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .sm\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .sm\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .sm\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .sm\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .sm\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .sm\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .sm\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .sm\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .sm\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .sm\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .sm\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .sm\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .sm\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .sm\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .sm\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .sm\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .sm\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .sm\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .sm\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .sm\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .sm\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .sm\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .sm\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .sm\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .sm\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .sm\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .sm\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .sm\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .sm\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .sm\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .sm\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .sm\:tw-pt-px {
    padding-top: 1px !important;
  }

  .sm\:tw-pr-px {
    padding-right: 1px !important;
  }

  .sm\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:tw-pl-px {
    padding-left: 1px !important;
  }

  .sm\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .sm\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .sm\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .sm\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .sm\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .sm\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .sm\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .sm\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .sm\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .sm\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .sm\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .sm\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .sm\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .sm\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .sm\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .sm\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .sm\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-150::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-150:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-150::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-150:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-150:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:tw-static {
    position: static !important;
  }

  .sm\:tw-fixed {
    position: fixed !important;
  }

  .sm\:tw-absolute {
    position: absolute !important;
  }

  .sm\:tw-relative {
    position: relative !important;
  }

  .sm\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .sm\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .sm\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .sm\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .sm\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .sm\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .sm\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .sm\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .sm\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .sm\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .sm\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .sm\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .sm\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .sm\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .sm\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .sm\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .sm\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .sm\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .sm\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .sm\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .sm\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .sm\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .sm\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .sm\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .sm\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .sm\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .sm\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .sm\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .sm\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .sm\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .sm\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .sm\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .sm\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .sm\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .sm\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .sm\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .sm\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .sm\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .sm\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .sm\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .sm\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .sm\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .sm\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .sm\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .sm\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .sm\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .sm\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .sm\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .sm\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .sm\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .sm\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .sm\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .sm\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .sm\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .sm\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .sm\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .sm\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .sm\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .sm\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .sm\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .sm\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .sm\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .sm\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .sm\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .sm\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .sm\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .sm\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .sm\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .sm\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .sm\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .sm\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .sm\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .sm\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .sm\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .sm\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .sm\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .sm\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .sm\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .sm\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .sm\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .sm\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .sm\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .sm\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .sm\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .sm\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .sm\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .sm\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .sm\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .sm\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .sm\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .sm\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .sm\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .sm\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .sm\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .sm\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .sm\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .sm\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .sm\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .sm\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .sm\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .sm\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .sm\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .sm\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .sm\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .sm\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .sm\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .sm\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .sm\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .sm\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .sm\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .sm\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .sm\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .sm\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .sm\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .sm\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .sm\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .sm\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .sm\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .sm\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .sm\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .sm\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .sm\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .sm\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .sm\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .sm\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .sm\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .sm\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .sm\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .sm\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .sm\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .sm\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .sm\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .sm\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .sm\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .sm\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .sm\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .sm\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .sm\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .sm\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .sm\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .sm\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .sm\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .sm\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .sm\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .sm\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .sm\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .sm\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .sm\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .sm\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .sm\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .sm\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .sm\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .sm\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .sm\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .sm\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .sm\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .sm\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .sm\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .sm\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .sm\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .sm\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .sm\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .sm\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .sm\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .sm\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .sm\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .sm\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .sm\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .sm\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .sm\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .sm\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .sm\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .sm\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .sm\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .sm\:tw-top-0 {
    top: 0px !important;
  }

  .sm\:tw-right-0 {
    right: 0px !important;
  }

  .sm\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .sm\:tw-left-0 {
    left: 0px !important;
  }

  .sm\:tw-top-1 {
    top: 0.25rem !important;
  }

  .sm\:tw-right-1 {
    right: 0.25rem !important;
  }

  .sm\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .sm\:tw-left-1 {
    left: 0.25rem !important;
  }

  .sm\:tw-top-2 {
    top: 0.5rem !important;
  }

  .sm\:tw-right-2 {
    right: 0.5rem !important;
  }

  .sm\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .sm\:tw-left-2 {
    left: 0.5rem !important;
  }

  .sm\:tw-top-3 {
    top: 0.75rem !important;
  }

  .sm\:tw-right-3 {
    right: 0.75rem !important;
  }

  .sm\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .sm\:tw-left-3 {
    left: 0.75rem !important;
  }

  .sm\:tw-top-4 {
    top: 1rem !important;
  }

  .sm\:tw-right-4 {
    right: 1rem !important;
  }

  .sm\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .sm\:tw-left-4 {
    left: 1rem !important;
  }

  .sm\:tw-top-5 {
    top: 1.25rem !important;
  }

  .sm\:tw-right-5 {
    right: 1.25rem !important;
  }

  .sm\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .sm\:tw-left-5 {
    left: 1.25rem !important;
  }

  .sm\:tw-top-6 {
    top: 1.5rem !important;
  }

  .sm\:tw-right-6 {
    right: 1.5rem !important;
  }

  .sm\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .sm\:tw-left-6 {
    left: 1.5rem !important;
  }

  .sm\:tw-top-7 {
    top: 1.75rem !important;
  }

  .sm\:tw-right-7 {
    right: 1.75rem !important;
  }

  .sm\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .sm\:tw-left-7 {
    left: 1.75rem !important;
  }

  .sm\:tw-top-8 {
    top: 2rem !important;
  }

  .sm\:tw-right-8 {
    right: 2rem !important;
  }

  .sm\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .sm\:tw-left-8 {
    left: 2rem !important;
  }

  .sm\:tw-top-9 {
    top: 2.25rem !important;
  }

  .sm\:tw-right-9 {
    right: 2.25rem !important;
  }

  .sm\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .sm\:tw-left-9 {
    left: 2.25rem !important;
  }

  .sm\:tw-top-10 {
    top: 2.5rem !important;
  }

  .sm\:tw-right-10 {
    right: 2.5rem !important;
  }

  .sm\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .sm\:tw-left-10 {
    left: 2.5rem !important;
  }

  .sm\:tw-top-11 {
    top: 2.75rem !important;
  }

  .sm\:tw-right-11 {
    right: 2.75rem !important;
  }

  .sm\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .sm\:tw-left-11 {
    left: 2.75rem !important;
  }

  .sm\:tw-top-12 {
    top: 3rem !important;
  }

  .sm\:tw-right-12 {
    right: 3rem !important;
  }

  .sm\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .sm\:tw-left-12 {
    left: 3rem !important;
  }

  .sm\:tw-top-14 {
    top: 3.5rem !important;
  }

  .sm\:tw-right-14 {
    right: 3.5rem !important;
  }

  .sm\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .sm\:tw-left-14 {
    left: 3.5rem !important;
  }

  .sm\:tw-top-16 {
    top: 4rem !important;
  }

  .sm\:tw-right-16 {
    right: 4rem !important;
  }

  .sm\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .sm\:tw-left-16 {
    left: 4rem !important;
  }

  .sm\:tw-top-20 {
    top: 5rem !important;
  }

  .sm\:tw-right-20 {
    right: 5rem !important;
  }

  .sm\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .sm\:tw-left-20 {
    left: 5rem !important;
  }

  .sm\:tw-top-24 {
    top: 6rem !important;
  }

  .sm\:tw-right-24 {
    right: 6rem !important;
  }

  .sm\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .sm\:tw-left-24 {
    left: 6rem !important;
  }

  .sm\:tw-top-28 {
    top: 7rem !important;
  }

  .sm\:tw-right-28 {
    right: 7rem !important;
  }

  .sm\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .sm\:tw-left-28 {
    left: 7rem !important;
  }

  .sm\:tw-top-32 {
    top: 8rem !important;
  }

  .sm\:tw-right-32 {
    right: 8rem !important;
  }

  .sm\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .sm\:tw-left-32 {
    left: 8rem !important;
  }

  .sm\:tw-top-36 {
    top: 9rem !important;
  }

  .sm\:tw-right-36 {
    right: 9rem !important;
  }

  .sm\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .sm\:tw-left-36 {
    left: 9rem !important;
  }

  .sm\:tw-top-40 {
    top: 10rem !important;
  }

  .sm\:tw-right-40 {
    right: 10rem !important;
  }

  .sm\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .sm\:tw-left-40 {
    left: 10rem !important;
  }

  .sm\:tw-top-44 {
    top: 11rem !important;
  }

  .sm\:tw-right-44 {
    right: 11rem !important;
  }

  .sm\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .sm\:tw-left-44 {
    left: 11rem !important;
  }

  .sm\:tw-top-48 {
    top: 12rem !important;
  }

  .sm\:tw-right-48 {
    right: 12rem !important;
  }

  .sm\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .sm\:tw-left-48 {
    left: 12rem !important;
  }

  .sm\:tw-top-52 {
    top: 13rem !important;
  }

  .sm\:tw-right-52 {
    right: 13rem !important;
  }

  .sm\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .sm\:tw-left-52 {
    left: 13rem !important;
  }

  .sm\:tw-top-56 {
    top: 14rem !important;
  }

  .sm\:tw-right-56 {
    right: 14rem !important;
  }

  .sm\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .sm\:tw-left-56 {
    left: 14rem !important;
  }

  .sm\:tw-top-60 {
    top: 15rem !important;
  }

  .sm\:tw-right-60 {
    right: 15rem !important;
  }

  .sm\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .sm\:tw-left-60 {
    left: 15rem !important;
  }

  .sm\:tw-top-64 {
    top: 16rem !important;
  }

  .sm\:tw-right-64 {
    right: 16rem !important;
  }

  .sm\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .sm\:tw-left-64 {
    left: 16rem !important;
  }

  .sm\:tw-top-72 {
    top: 18rem !important;
  }

  .sm\:tw-right-72 {
    right: 18rem !important;
  }

  .sm\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .sm\:tw-left-72 {
    left: 18rem !important;
  }

  .sm\:tw-top-80 {
    top: 20rem !important;
  }

  .sm\:tw-right-80 {
    right: 20rem !important;
  }

  .sm\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .sm\:tw-left-80 {
    left: 20rem !important;
  }

  .sm\:tw-top-96 {
    top: 24rem !important;
  }

  .sm\:tw-right-96 {
    right: 24rem !important;
  }

  .sm\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .sm\:tw-left-96 {
    left: 24rem !important;
  }

  .sm\:tw-top-auto {
    top: auto !important;
  }

  .sm\:tw-right-auto {
    right: auto !important;
  }

  .sm\:tw-bottom-auto {
    bottom: auto !important;
  }

  .sm\:tw-left-auto {
    left: auto !important;
  }

  .sm\:tw-top-px {
    top: 1px !important;
  }

  .sm\:tw-right-px {
    right: 1px !important;
  }

  .sm\:tw-bottom-px {
    bottom: 1px !important;
  }

  .sm\:tw-left-px {
    left: 1px !important;
  }

  .sm\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .sm\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .sm\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .sm\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .sm\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .sm\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .sm\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .sm\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .sm\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .sm\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .sm\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .sm\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .sm\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .sm\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .sm\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .sm\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .sm\:tw--top-0 {
    top: 0px !important;
  }

  .sm\:tw--right-0 {
    right: 0px !important;
  }

  .sm\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .sm\:tw--left-0 {
    left: 0px !important;
  }

  .sm\:tw--top-1 {
    top: -0.25rem !important;
  }

  .sm\:tw--right-1 {
    right: -0.25rem !important;
  }

  .sm\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .sm\:tw--left-1 {
    left: -0.25rem !important;
  }

  .sm\:tw--top-2 {
    top: -0.5rem !important;
  }

  .sm\:tw--right-2 {
    right: -0.5rem !important;
  }

  .sm\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .sm\:tw--left-2 {
    left: -0.5rem !important;
  }

  .sm\:tw--top-3 {
    top: -0.75rem !important;
  }

  .sm\:tw--right-3 {
    right: -0.75rem !important;
  }

  .sm\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .sm\:tw--left-3 {
    left: -0.75rem !important;
  }

  .sm\:tw--top-4 {
    top: -1rem !important;
  }

  .sm\:tw--right-4 {
    right: -1rem !important;
  }

  .sm\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .sm\:tw--left-4 {
    left: -1rem !important;
  }

  .sm\:tw--top-5 {
    top: -1.25rem !important;
  }

  .sm\:tw--right-5 {
    right: -1.25rem !important;
  }

  .sm\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .sm\:tw--left-5 {
    left: -1.25rem !important;
  }

  .sm\:tw--top-6 {
    top: -1.5rem !important;
  }

  .sm\:tw--right-6 {
    right: -1.5rem !important;
  }

  .sm\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .sm\:tw--left-6 {
    left: -1.5rem !important;
  }

  .sm\:tw--top-7 {
    top: -1.75rem !important;
  }

  .sm\:tw--right-7 {
    right: -1.75rem !important;
  }

  .sm\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .sm\:tw--left-7 {
    left: -1.75rem !important;
  }

  .sm\:tw--top-8 {
    top: -2rem !important;
  }

  .sm\:tw--right-8 {
    right: -2rem !important;
  }

  .sm\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .sm\:tw--left-8 {
    left: -2rem !important;
  }

  .sm\:tw--top-9 {
    top: -2.25rem !important;
  }

  .sm\:tw--right-9 {
    right: -2.25rem !important;
  }

  .sm\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .sm\:tw--left-9 {
    left: -2.25rem !important;
  }

  .sm\:tw--top-10 {
    top: -2.5rem !important;
  }

  .sm\:tw--right-10 {
    right: -2.5rem !important;
  }

  .sm\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .sm\:tw--left-10 {
    left: -2.5rem !important;
  }

  .sm\:tw--top-11 {
    top: -2.75rem !important;
  }

  .sm\:tw--right-11 {
    right: -2.75rem !important;
  }

  .sm\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .sm\:tw--left-11 {
    left: -2.75rem !important;
  }

  .sm\:tw--top-12 {
    top: -3rem !important;
  }

  .sm\:tw--right-12 {
    right: -3rem !important;
  }

  .sm\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .sm\:tw--left-12 {
    left: -3rem !important;
  }

  .sm\:tw--top-14 {
    top: -3.5rem !important;
  }

  .sm\:tw--right-14 {
    right: -3.5rem !important;
  }

  .sm\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .sm\:tw--left-14 {
    left: -3.5rem !important;
  }

  .sm\:tw--top-16 {
    top: -4rem !important;
  }

  .sm\:tw--right-16 {
    right: -4rem !important;
  }

  .sm\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .sm\:tw--left-16 {
    left: -4rem !important;
  }

  .sm\:tw--top-20 {
    top: -5rem !important;
  }

  .sm\:tw--right-20 {
    right: -5rem !important;
  }

  .sm\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .sm\:tw--left-20 {
    left: -5rem !important;
  }

  .sm\:tw--top-24 {
    top: -6rem !important;
  }

  .sm\:tw--right-24 {
    right: -6rem !important;
  }

  .sm\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .sm\:tw--left-24 {
    left: -6rem !important;
  }

  .sm\:tw--top-28 {
    top: -7rem !important;
  }

  .sm\:tw--right-28 {
    right: -7rem !important;
  }

  .sm\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .sm\:tw--left-28 {
    left: -7rem !important;
  }

  .sm\:tw--top-32 {
    top: -8rem !important;
  }

  .sm\:tw--right-32 {
    right: -8rem !important;
  }

  .sm\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .sm\:tw--left-32 {
    left: -8rem !important;
  }

  .sm\:tw--top-36 {
    top: -9rem !important;
  }

  .sm\:tw--right-36 {
    right: -9rem !important;
  }

  .sm\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .sm\:tw--left-36 {
    left: -9rem !important;
  }

  .sm\:tw--top-40 {
    top: -10rem !important;
  }

  .sm\:tw--right-40 {
    right: -10rem !important;
  }

  .sm\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .sm\:tw--left-40 {
    left: -10rem !important;
  }

  .sm\:tw--top-44 {
    top: -11rem !important;
  }

  .sm\:tw--right-44 {
    right: -11rem !important;
  }

  .sm\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .sm\:tw--left-44 {
    left: -11rem !important;
  }

  .sm\:tw--top-48 {
    top: -12rem !important;
  }

  .sm\:tw--right-48 {
    right: -12rem !important;
  }

  .sm\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .sm\:tw--left-48 {
    left: -12rem !important;
  }

  .sm\:tw--top-52 {
    top: -13rem !important;
  }

  .sm\:tw--right-52 {
    right: -13rem !important;
  }

  .sm\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .sm\:tw--left-52 {
    left: -13rem !important;
  }

  .sm\:tw--top-56 {
    top: -14rem !important;
  }

  .sm\:tw--right-56 {
    right: -14rem !important;
  }

  .sm\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .sm\:tw--left-56 {
    left: -14rem !important;
  }

  .sm\:tw--top-60 {
    top: -15rem !important;
  }

  .sm\:tw--right-60 {
    right: -15rem !important;
  }

  .sm\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .sm\:tw--left-60 {
    left: -15rem !important;
  }

  .sm\:tw--top-64 {
    top: -16rem !important;
  }

  .sm\:tw--right-64 {
    right: -16rem !important;
  }

  .sm\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .sm\:tw--left-64 {
    left: -16rem !important;
  }

  .sm\:tw--top-72 {
    top: -18rem !important;
  }

  .sm\:tw--right-72 {
    right: -18rem !important;
  }

  .sm\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .sm\:tw--left-72 {
    left: -18rem !important;
  }

  .sm\:tw--top-80 {
    top: -20rem !important;
  }

  .sm\:tw--right-80 {
    right: -20rem !important;
  }

  .sm\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .sm\:tw--left-80 {
    left: -20rem !important;
  }

  .sm\:tw--top-96 {
    top: -24rem !important;
  }

  .sm\:tw--right-96 {
    right: -24rem !important;
  }

  .sm\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .sm\:tw--left-96 {
    left: -24rem !important;
  }

  .sm\:tw--top-px {
    top: -1px !important;
  }

  .sm\:tw--right-px {
    right: -1px !important;
  }

  .sm\:tw--bottom-px {
    bottom: -1px !important;
  }

  .sm\:tw--left-px {
    left: -1px !important;
  }

  .sm\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .sm\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .sm\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .sm\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .sm\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .sm\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .sm\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .sm\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .sm\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .sm\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .sm\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .sm\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .sm\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .sm\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .sm\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .sm\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .sm\:tw-top-1\/2 {
    top: 50% !important;
  }

  .sm\:tw-right-1\/2 {
    right: 50% !important;
  }

  .sm\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .sm\:tw-left-1\/2 {
    left: 50% !important;
  }

  .sm\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .sm\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .sm\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .sm\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .sm\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .sm\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .sm\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .sm\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .sm\:tw-top-1\/4 {
    top: 25% !important;
  }

  .sm\:tw-right-1\/4 {
    right: 25% !important;
  }

  .sm\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .sm\:tw-left-1\/4 {
    left: 25% !important;
  }

  .sm\:tw-top-2\/4 {
    top: 50% !important;
  }

  .sm\:tw-right-2\/4 {
    right: 50% !important;
  }

  .sm\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .sm\:tw-left-2\/4 {
    left: 50% !important;
  }

  .sm\:tw-top-3\/4 {
    top: 75% !important;
  }

  .sm\:tw-right-3\/4 {
    right: 75% !important;
  }

  .sm\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .sm\:tw-left-3\/4 {
    left: 75% !important;
  }

  .sm\:tw-top-full {
    top: 100% !important;
  }

  .sm\:tw-right-full {
    right: 100% !important;
  }

  .sm\:tw-bottom-full {
    bottom: 100% !important;
  }

  .sm\:tw-left-full {
    left: 100% !important;
  }

  .sm\:tw--top-1\/2 {
    top: -50% !important;
  }

  .sm\:tw--right-1\/2 {
    right: -50% !important;
  }

  .sm\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .sm\:tw--left-1\/2 {
    left: -50% !important;
  }

  .sm\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .sm\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .sm\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .sm\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .sm\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .sm\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .sm\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .sm\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .sm\:tw--top-1\/4 {
    top: -25% !important;
  }

  .sm\:tw--right-1\/4 {
    right: -25% !important;
  }

  .sm\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .sm\:tw--left-1\/4 {
    left: -25% !important;
  }

  .sm\:tw--top-2\/4 {
    top: -50% !important;
  }

  .sm\:tw--right-2\/4 {
    right: -50% !important;
  }

  .sm\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .sm\:tw--left-2\/4 {
    left: -50% !important;
  }

  .sm\:tw--top-3\/4 {
    top: -75% !important;
  }

  .sm\:tw--right-3\/4 {
    right: -75% !important;
  }

  .sm\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .sm\:tw--left-3\/4 {
    left: -75% !important;
  }

  .sm\:tw--top-full {
    top: -100% !important;
  }

  .sm\:tw--right-full {
    right: -100% !important;
  }

  .sm\:tw--bottom-full {
    bottom: -100% !important;
  }

  .sm\:tw--left-full {
    left: -100% !important;
  }

  .sm\:tw-resize-none {
    resize: none !important;
  }

  .sm\:tw-resize-y {
    resize: vertical !important;
  }

  .sm\:tw-resize-x {
    resize: horizontal !important;
  }

  .sm\:tw-resize {
    resize: both !important;
  }

  .sm\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .sm\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .sm\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .sm\:tw-ring-offset-gray-150 {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .sm\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .sm\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #666666 !important;
  }

  .sm\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #777777 !important;
  }

  .sm\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #333333 !important;
  }

  .sm\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .sm\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #00A850 !important;
  }

  .sm\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #224257 !important;
  }

  .sm\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #00263D !important;
  }

  .sm\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #012942 !important;
  }

  .sm\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #777777 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #00A850 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #224257 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #00263D !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #012942 !important;
  }

  .sm\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .sm\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-150:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .sm\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #777777 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .sm\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .sm\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #00A850 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #224257 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #00263D !important;
  }

  .sm\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #012942 !important;
  }

  .sm\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .sm\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .sm\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-150 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-150:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-150:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:tw-fill-current {
    fill: currentColor !important;
  }

  .sm\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .sm\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .sm\:tw-table-auto {
    table-layout: auto !important;
  }

  .sm\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .sm\:tw-text-left {
    text-align: left !important;
  }

  .sm\:tw-text-center {
    text-align: center !important;
  }

  .sm\:tw-text-right {
    text-align: right !important;
  }

  .sm\:tw-text-justify {
    text-align: justify !important;
  }

  .sm\:tw-text-transparent {
    color: transparent !important;
  }

  .sm\:tw-text-current {
    color: currentColor !important;
  }

  .sm\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .sm\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .sm\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-150:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .sm\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-150:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .sm\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-150:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .sm\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .sm\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .sm\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .sm\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .sm\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .sm\:tw-italic {
    font-style: italic !important;
  }

  .sm\:tw-not-italic {
    font-style: normal !important;
  }

  .sm\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .sm\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .sm\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .sm\:tw-normal-case {
    text-transform: none !important;
  }

  .sm\:tw-underline {
    text-decoration: underline !important;
  }

  .sm\:tw-line-through {
    text-decoration: line-through !important;
  }

  .sm\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .sm\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .sm\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .sm\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .sm\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tw-ordinal, .sm\:tw-slashed-zero, .sm\:tw-lining-nums, .sm\:tw-oldstyle-nums, .sm\:tw-proportional-nums, .sm\:tw-tabular-nums, .sm\:tw-diagonal-fractions, .sm\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .sm\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .sm\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .sm\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .sm\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .sm\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:tw-align-top {
    vertical-align: top !important;
  }

  .sm\:tw-align-middle {
    vertical-align: middle !important;
  }

  .sm\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:tw-visible {
    visibility: visible !important;
  }

  .sm\:tw-invisible {
    visibility: hidden !important;
  }

  .sm\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .sm\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .sm\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .sm\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .sm\:tw-break-all {
    word-break: break-all !important;
  }

  .sm\:tw-w-0 {
    width: 0px !important;
  }

  .sm\:tw-w-1 {
    width: 0.25rem !important;
  }

  .sm\:tw-w-2 {
    width: 0.5rem !important;
  }

  .sm\:tw-w-3 {
    width: 0.75rem !important;
  }

  .sm\:tw-w-4 {
    width: 1rem !important;
  }

  .sm\:tw-w-5 {
    width: 1.25rem !important;
  }

  .sm\:tw-w-6 {
    width: 1.5rem !important;
  }

  .sm\:tw-w-7 {
    width: 1.75rem !important;
  }

  .sm\:tw-w-8 {
    width: 2rem !important;
  }

  .sm\:tw-w-9 {
    width: 2.25rem !important;
  }

  .sm\:tw-w-10 {
    width: 2.5rem !important;
  }

  .sm\:tw-w-11 {
    width: 2.75rem !important;
  }

  .sm\:tw-w-12 {
    width: 3rem !important;
  }

  .sm\:tw-w-14 {
    width: 3.5rem !important;
  }

  .sm\:tw-w-16 {
    width: 4rem !important;
  }

  .sm\:tw-w-20 {
    width: 5rem !important;
  }

  .sm\:tw-w-24 {
    width: 6rem !important;
  }

  .sm\:tw-w-28 {
    width: 7rem !important;
  }

  .sm\:tw-w-32 {
    width: 8rem !important;
  }

  .sm\:tw-w-36 {
    width: 9rem !important;
  }

  .sm\:tw-w-40 {
    width: 10rem !important;
  }

  .sm\:tw-w-44 {
    width: 11rem !important;
  }

  .sm\:tw-w-48 {
    width: 12rem !important;
  }

  .sm\:tw-w-52 {
    width: 13rem !important;
  }

  .sm\:tw-w-56 {
    width: 14rem !important;
  }

  .sm\:tw-w-60 {
    width: 15rem !important;
  }

  .sm\:tw-w-64 {
    width: 16rem !important;
  }

  .sm\:tw-w-72 {
    width: 18rem !important;
  }

  .sm\:tw-w-80 {
    width: 20rem !important;
  }

  .sm\:tw-w-96 {
    width: 24rem !important;
  }

  .sm\:tw-w-auto {
    width: auto !important;
  }

  .sm\:tw-w-px {
    width: 1px !important;
  }

  .sm\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .sm\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .sm\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .sm\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .sm\:tw-w-1\/2 {
    width: 50% !important;
  }

  .sm\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:tw-w-1\/4 {
    width: 25% !important;
  }

  .sm\:tw-w-2\/4 {
    width: 50% !important;
  }

  .sm\:tw-w-3\/4 {
    width: 75% !important;
  }

  .sm\:tw-w-1\/5 {
    width: 20% !important;
  }

  .sm\:tw-w-2\/5 {
    width: 40% !important;
  }

  .sm\:tw-w-3\/5 {
    width: 60% !important;
  }

  .sm\:tw-w-4\/5 {
    width: 80% !important;
  }

  .sm\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-3\/6 {
    width: 50% !important;
  }

  .sm\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:tw-w-3\/12 {
    width: 25% !important;
  }

  .sm\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:tw-w-6\/12 {
    width: 50% !important;
  }

  .sm\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:tw-w-9\/12 {
    width: 75% !important;
  }

  .sm\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:tw-w-full {
    width: 100% !important;
  }

  .sm\:tw-w-screen {
    width: 100vw !important;
  }

  .sm\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:tw-z-0 {
    z-index: 0 !important;
  }

  .sm\:tw-z-10 {
    z-index: 10 !important;
  }

  .sm\:tw-z-20 {
    z-index: 20 !important;
  }

  .sm\:tw-z-30 {
    z-index: 30 !important;
  }

  .sm\:tw-z-40 {
    z-index: 40 !important;
  }

  .sm\:tw-z-50 {
    z-index: 50 !important;
  }

  .sm\:tw-z-auto {
    z-index: auto !important;
  }

  .sm\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .sm\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .sm\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .sm\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .sm\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .sm\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .sm\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .sm\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .sm\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .sm\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .sm\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .sm\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .sm\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .sm\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .sm\:tw-gap-0 {
    gap: 0px !important;
  }

  .sm\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .sm\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .sm\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .sm\:tw-gap-4 {
    gap: 1rem !important;
  }

  .sm\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .sm\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .sm\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .sm\:tw-gap-8 {
    gap: 2rem !important;
  }

  .sm\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .sm\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .sm\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .sm\:tw-gap-12 {
    gap: 3rem !important;
  }

  .sm\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .sm\:tw-gap-16 {
    gap: 4rem !important;
  }

  .sm\:tw-gap-20 {
    gap: 5rem !important;
  }

  .sm\:tw-gap-24 {
    gap: 6rem !important;
  }

  .sm\:tw-gap-28 {
    gap: 7rem !important;
  }

  .sm\:tw-gap-32 {
    gap: 8rem !important;
  }

  .sm\:tw-gap-36 {
    gap: 9rem !important;
  }

  .sm\:tw-gap-40 {
    gap: 10rem !important;
  }

  .sm\:tw-gap-44 {
    gap: 11rem !important;
  }

  .sm\:tw-gap-48 {
    gap: 12rem !important;
  }

  .sm\:tw-gap-52 {
    gap: 13rem !important;
  }

  .sm\:tw-gap-56 {
    gap: 14rem !important;
  }

  .sm\:tw-gap-60 {
    gap: 15rem !important;
  }

  .sm\:tw-gap-64 {
    gap: 16rem !important;
  }

  .sm\:tw-gap-72 {
    gap: 18rem !important;
  }

  .sm\:tw-gap-80 {
    gap: 20rem !important;
  }

  .sm\:tw-gap-96 {
    gap: 24rem !important;
  }

  .sm\:tw-gap-px {
    gap: 1px !important;
  }

  .sm\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .sm\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .sm\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .sm\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .sm\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .sm\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .sm\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .sm\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .sm\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .sm\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .sm\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:tw-col-auto {
    grid-column: auto !important;
  }

  .sm\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .sm\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .sm\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .sm\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .sm\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:tw-row-auto {
    grid-row: auto !important;
  }

  .sm\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .sm\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:tw-transform-none {
    transform: none !important;
  }

  .sm\:tw-origin-center {
    transform-origin: center !important;
  }

  .sm\:tw-origin-top {
    transform-origin: top !important;
  }

  .sm\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .sm\:tw-origin-right {
    transform-origin: right !important;
  }

  .sm\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .sm\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .sm\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .sm\:tw-origin-left {
    transform-origin: left !important;
  }

  .sm\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .sm\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .sm\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .sm\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .sm\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .sm\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .sm\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .sm\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .sm\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .sm\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .sm\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .sm\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .sm\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .sm\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .sm\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .sm\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .sm\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .sm\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .sm\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .sm\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .sm\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .sm\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .sm\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .sm\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .sm\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .sm\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .sm\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .sm\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .sm\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .sm\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .sm\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .sm\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .sm\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .sm\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .sm\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .sm\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .sm\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .sm\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .sm\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .sm\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .sm\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .sm\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .sm\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .sm\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .sm\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .sm\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .sm\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .sm\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .sm\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .sm\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .sm\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .sm\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .sm\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .sm\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .sm\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .sm\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .sm\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .sm\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .sm\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .sm\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .sm\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .sm\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .sm\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .sm\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .sm\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .sm\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .sm\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .sm\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .sm\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .sm\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .sm\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .sm\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .sm\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .sm\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .sm\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .sm\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .sm\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .sm\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .sm\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .sm\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .sm\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .sm\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .sm\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .sm\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .sm\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .sm\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .sm\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .sm\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .sm\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .sm\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .sm\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .sm\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .sm\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .sm\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .sm\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .sm\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .sm\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .sm\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .sm\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .sm\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .sm\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .sm\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .sm\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .sm\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .sm\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .sm\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .sm\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .sm\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .sm\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .sm\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .sm\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .sm\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .sm\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .sm\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .sm\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .sm\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .sm\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .sm\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .sm\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .sm\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .sm\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .sm\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .sm\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .sm\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .sm\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .sm\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .sm\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .sm\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .sm\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .sm\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .sm\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .sm\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .sm\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .sm\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .sm\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .sm\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .sm\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .sm\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .sm\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .sm\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .sm\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .sm\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .sm\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .sm\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .sm\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .sm\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .sm\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .sm\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .sm\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .sm\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .sm\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .sm\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .sm\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .sm\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .sm\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .sm\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .sm\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .sm\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .sm\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .sm\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .sm\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .sm\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .sm\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .sm\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .sm\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .sm\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .sm\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .sm\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .sm\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .sm\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .sm\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .sm\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .sm\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .sm\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .sm\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .sm\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .sm\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .sm\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .sm\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .sm\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .sm\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .sm\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .sm\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .sm\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .sm\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .sm\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .sm\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .sm\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .sm\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .sm\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .sm\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .sm\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .sm\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .sm\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .sm\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .sm\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .sm\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .sm\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .sm\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .sm\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .sm\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .sm\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .sm\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .sm\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .sm\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .sm\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .sm\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .sm\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .sm\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .sm\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .sm\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .sm\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .sm\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .sm\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .sm\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .sm\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .sm\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .sm\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .sm\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .sm\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .sm\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .sm\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .sm\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .sm\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .sm\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .sm\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .sm\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .sm\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .sm\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .sm\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .sm\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .sm\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .sm\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .sm\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .sm\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .sm\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .sm\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .sm\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .sm\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .sm\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .sm\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .sm\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .sm\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .sm\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .sm\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .sm\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .sm\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .sm\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .sm\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .sm\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .sm\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .sm\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .sm\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .sm\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .sm\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .sm\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .sm\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .sm\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .sm\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .sm\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .sm\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .sm\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .sm\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .sm\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .sm\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .sm\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .sm\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .sm\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .sm\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .sm\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .sm\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .sm\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .sm\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .sm\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .sm\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .sm\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .sm\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .sm\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .sm\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .sm\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .sm\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .sm\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .sm\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .sm\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .sm\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .sm\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .sm\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .sm\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .sm\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .sm\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .sm\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .sm\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .sm\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .sm\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .sm\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .sm\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .sm\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .sm\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .sm\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .sm\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .sm\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .sm\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .sm\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .sm\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .sm\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .sm\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .sm\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .sm\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .sm\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .sm\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .sm\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .sm\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .sm\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .sm\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .sm\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .sm\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .sm\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .sm\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .sm\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .sm\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .sm\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .sm\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .sm\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .sm\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .sm\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .sm\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .sm\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .sm\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .sm\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .sm\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .sm\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .sm\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .sm\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .sm\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .sm\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .sm\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .sm\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .sm\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .sm\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .sm\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .sm\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .sm\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .sm\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .sm\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .sm\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .sm\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .sm\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .sm\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .sm\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .sm\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .sm\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .sm\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .sm\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .sm\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .sm\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .sm\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .sm\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .sm\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .sm\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .sm\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .sm\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .sm\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .sm\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .sm\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .sm\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .sm\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .sm\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .sm\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .sm\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .sm\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .sm\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .sm\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .sm\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .sm\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .sm\:tw-transition-none {
    transition-property: none !important;
  }

  .sm\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .sm\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .sm\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .sm\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .sm\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .sm\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .sm\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .sm\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .sm\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .sm\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .sm\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .sm\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .sm\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .sm\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .sm\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .sm\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .sm\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .sm\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .sm\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }
}

@media (min-width: 768px) {
  .md\:tw-space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .md\:tw-space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .md\:tw-divide-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:tw-divide-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:tw-divide-transparent &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .md\:tw-divide-current &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .md\:tw-divide-white &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-black &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-150 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-200 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-600 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-700 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-500 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-solid &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .md\:tw-divide-dashed &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .md\:tw-divide-dotted &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .md\:tw-divide-double &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .md\:tw-divide-none &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .md\:tw-divide-opacity-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .md\:tw-divide-opacity-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .md\:tw-divide-opacity-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .md\:tw-divide-opacity-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .md\:tw-divide-opacity-25 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:tw-divide-opacity-30 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .md\:tw-divide-opacity-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .md\:tw-divide-opacity-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:tw-divide-opacity-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .md\:tw-divide-opacity-70 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .md\:tw-divide-opacity-75 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:tw-divide-opacity-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .md\:tw-divide-opacity-90 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .md\:tw-divide-opacity-95 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .md\:tw-divide-opacity-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .md\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:tw-bg-local {
    background-attachment: local !important;
  }

  .md\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .md\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .md\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .md\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .md\:tw-bg-current {
    background-color: currentColor !important;
  }

  .md\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .md\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .md\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-150:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .md\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-150:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .md\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-150:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-none {
    background-image: none !important;
  }

  .md\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-from-gray-50 {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:tw-from-gray-100 {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .md\:tw-from-gray-150 {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:tw-from-gray-200 {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:tw-from-gray-600 {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:tw-from-gray-700 {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .md\:tw-from-gray-800 {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:tw-from-green-100 {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .md\:tw-from-green-900 {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .md\:tw-from-blue-500 {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .md\:tw-from-blue-800 {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .md\:tw-from-blue-900 {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .md\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .md\:tw-via-gray-150 {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .md\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .md\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .md\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .md\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .md\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .md\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .md\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .md\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .md\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .md\:tw-to-gray-50 {
    --tw-gradient-to: #FAFAFA !important;
  }

  .md\:tw-to-gray-100 {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .md\:tw-to-gray-150 {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .md\:tw-to-gray-200 {
    --tw-gradient-to: #EDEDED !important;
  }

  .md\:tw-to-gray-600 {
    --tw-gradient-to: #666666 !important;
  }

  .md\:tw-to-gray-700 {
    --tw-gradient-to: #777777 !important;
  }

  .md\:tw-to-gray-800 {
    --tw-gradient-to: #333333 !important;
  }

  .md\:tw-to-green-100 {
    --tw-gradient-to: #ACE342 !important;
  }

  .md\:tw-to-green-900 {
    --tw-gradient-to: #00A850 !important;
  }

  .md\:tw-to-blue-500 {
    --tw-gradient-to: #224257 !important;
  }

  .md\:tw-to-blue-800 {
    --tw-gradient-to: #00263D !important;
  }

  .md\:tw-to-blue-900 {
    --tw-gradient-to: #012942 !important;
  }

  .md\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .md\:hover\:tw-from-gray-150:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .md\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .md\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .md\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .md\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .md\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .md\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .md\:hover\:tw-via-gray-150:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .md\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .md\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .md\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .md\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .md\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .md\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .md\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .md\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .md\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .md\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #FAFAFA !important;
  }

  .md\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .md\:hover\:tw-to-gray-150:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .md\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #EDEDED !important;
  }

  .md\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #666666 !important;
  }

  .md\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #777777 !important;
  }

  .md\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #333333 !important;
  }

  .md\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #ACE342 !important;
  }

  .md\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #00A850 !important;
  }

  .md\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #224257 !important;
  }

  .md\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #00263D !important;
  }

  .md\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #012942 !important;
  }

  .md\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .md\:focus\:tw-from-gray-150:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .md\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .md\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .md\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .md\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .md\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .md\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .md\:focus\:tw-via-gray-150:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .md\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .md\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .md\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .md\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .md\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .md\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .md\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .md\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .md\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .md\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .md\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #FAFAFA !important;
  }

  .md\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .md\:focus\:tw-to-gray-150:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .md\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #EDEDED !important;
  }

  .md\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #666666 !important;
  }

  .md\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #777777 !important;
  }

  .md\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #333333 !important;
  }

  .md\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #ACE342 !important;
  }

  .md\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #00A850 !important;
  }

  .md\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #224257 !important;
  }

  .md\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #00263D !important;
  }

  .md\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #012942 !important;
  }

  .md\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .md\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .md\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .md\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .md\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .md\:tw-bg-center {
    background-position: center !important;
  }

  .md\:tw-bg-left {
    background-position: left !important;
  }

  .md\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:tw-bg-left-top {
    background-position: left top !important;
  }

  .md\:tw-bg-right {
    background-position: right !important;
  }

  .md\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:tw-bg-right-top {
    background-position: right top !important;
  }

  .md\:tw-bg-top {
    background-position: top !important;
  }

  .md\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:tw-bg-auto {
    background-size: auto !important;
  }

  .md\:tw-bg-cover {
    background-size: cover !important;
  }

  .md\:tw-bg-contain {
    background-size: contain !important;
  }

  .md\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .md\:tw-border-separate {
    border-collapse: separate !important;
  }

  .md\:tw-border-transparent {
    border-color: transparent !important;
  }

  .md\:tw-border-current {
    border-color: currentColor !important;
  }

  .md\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .md\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .md\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-150:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .md\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-150:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .md\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-150:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .md\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .md\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .md\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .md\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .md\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .md\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .md\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md\:tw-rounded-llg {
    border-radius: 0.625rem !important;
  }

  .md\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .md\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .md\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .md\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .md\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .md\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .md\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-t-llg {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }

  .md\:tw-rounded-r-llg {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }

  .md\:tw-rounded-b-llg {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .md\:tw-rounded-l-llg {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .md\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .md\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .md\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .md\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .md\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tl-llg {
    border-top-left-radius: 0.625rem !important;
  }

  .md\:tw-rounded-tr-llg {
    border-top-right-radius: 0.625rem !important;
  }

  .md\:tw-rounded-br-llg {
    border-bottom-right-radius: 0.625rem !important;
  }

  .md\:tw-rounded-bl-llg {
    border-bottom-left-radius: 0.625rem !important;
  }

  .md\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .md\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .md\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .md\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .md\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-border-solid {
    border-style: solid !important;
  }

  .md\:tw-border-dashed {
    border-style: dashed !important;
  }

  .md\:tw-border-dotted {
    border-style: dotted !important;
  }

  .md\:tw-border-double {
    border-style: double !important;
  }

  .md\:tw-border-none {
    border-style: none !important;
  }

  .md\:tw-border-0 {
    border-width: 0px !important;
  }

  .md\:tw-border-2 {
    border-width: 2px !important;
  }

  .md\:tw-border-4 {
    border-width: 4px !important;
  }

  .md\:tw-border-8 {
    border-width: 8px !important;
  }

  .md\:tw-border {
    border-width: 1px !important;
  }

  .md\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .md\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .md\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .md\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .md\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:tw-border-t {
    border-top-width: 1px !important;
  }

  .md\:tw-border-r {
    border-right-width: 1px !important;
  }

  .md\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .md\:tw-border-l {
    border-left-width: 1px !important;
  }

  .md\:tw-box-border {
    box-sizing: border-box !important;
  }

  .md\:tw-box-content {
    box-sizing: content-box !important;
  }

  .md\:tw-cursor-auto {
    cursor: auto !important;
  }

  .md\:tw-cursor-default {
    cursor: default !important;
  }

  .md\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .md\:tw-cursor-wait {
    cursor: wait !important;
  }

  .md\:tw-cursor-text {
    cursor: text !important;
  }

  .md\:tw-cursor-move {
    cursor: move !important;
  }

  .md\:tw-cursor-help {
    cursor: help !important;
  }

  .md\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:tw-block {
    display: block !important;
  }

  .md\:tw-inline-block {
    display: inline-block !important;
  }

  .md\:tw-inline {
    display: inline !important;
  }

  .md\:tw-flex {
    display: flex !important;
  }

  .md\:tw-inline-flex {
    display: inline-flex !important;
  }

  .md\:tw-table {
    display: table !important;
  }

  .md\:tw-table-caption {
    display: table-caption !important;
  }

  .md\:tw-table-cell {
    display: table-cell !important;
  }

  .md\:tw-table-column {
    display: table-column !important;
  }

  .md\:tw-table-column-group {
    display: table-column-group !important;
  }

  .md\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .md\:tw-table-header-group {
    display: table-header-group !important;
  }

  .md\:tw-table-row-group {
    display: table-row-group !important;
  }

  .md\:tw-table-row {
    display: table-row !important;
  }

  .md\:tw-flow-root {
    display: flow-root !important;
  }

  .md\:tw-grid {
    display: grid !important;
  }

  .md\:tw-inline-grid {
    display: inline-grid !important;
  }

  .md\:tw-contents {
    display: contents !important;
  }

  .md\:tw-hidden {
    display: none !important;
  }

  .md\:tw-flex-row {
    flex-direction: row !important;
  }

  .md\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:tw-flex-col {
    flex-direction: column !important;
  }

  .md\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .md\:tw-place-items-auto {
    place-items: auto !important;
  }

  .md\:tw-place-items-start {
    place-items: start !important;
  }

  .md\:tw-place-items-end {
    place-items: end !important;
  }

  .md\:tw-place-items-center {
    place-items: center !important;
  }

  .md\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .md\:tw-place-content-center {
    place-content: center !important;
  }

  .md\:tw-place-content-start {
    place-content: start !important;
  }

  .md\:tw-place-content-end {
    place-content: end !important;
  }

  .md\:tw-place-content-between {
    place-content: space-between !important;
  }

  .md\:tw-place-content-around {
    place-content: space-around !important;
  }

  .md\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .md\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .md\:tw-place-self-auto {
    place-self: auto !important;
  }

  .md\:tw-place-self-start {
    place-self: start !important;
  }

  .md\:tw-place-self-end {
    place-self: end !important;
  }

  .md\:tw-place-self-center {
    place-self: center !important;
  }

  .md\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .md\:tw-items-start {
    align-items: flex-start !important;
  }

  .md\:tw-items-end {
    align-items: flex-end !important;
  }

  .md\:tw-items-center {
    align-items: center !important;
  }

  .md\:tw-items-baseline {
    align-items: baseline !important;
  }

  .md\:tw-items-stretch {
    align-items: stretch !important;
  }

  .md\:tw-content-center {
    align-content: center !important;
  }

  .md\:tw-content-start {
    align-content: flex-start !important;
  }

  .md\:tw-content-end {
    align-content: flex-end !important;
  }

  .md\:tw-content-between {
    align-content: space-between !important;
  }

  .md\:tw-content-around {
    align-content: space-around !important;
  }

  .md\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .md\:tw-self-auto {
    align-self: auto !important;
  }

  .md\:tw-self-start {
    align-self: flex-start !important;
  }

  .md\:tw-self-end {
    align-self: flex-end !important;
  }

  .md\:tw-self-center {
    align-self: center !important;
  }

  .md\:tw-self-stretch {
    align-self: stretch !important;
  }

  .md\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .md\:tw-justify-items-start {
    justify-items: start !important;
  }

  .md\:tw-justify-items-end {
    justify-items: end !important;
  }

  .md\:tw-justify-items-center {
    justify-items: center !important;
  }

  .md\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .md\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .md\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .md\:tw-justify-center {
    justify-content: center !important;
  }

  .md\:tw-justify-between {
    justify-content: space-between !important;
  }

  .md\:tw-justify-around {
    justify-content: space-around !important;
  }

  .md\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .md\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .md\:tw-justify-self-start {
    justify-self: start !important;
  }

  .md\:tw-justify-self-end {
    justify-self: end !important;
  }

  .md\:tw-justify-self-center {
    justify-self: center !important;
  }

  .md\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:tw-flex-none {
    flex: none !important;
  }

  .md\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .md\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:tw-order-1 {
    order: 1 !important;
  }

  .md\:tw-order-2 {
    order: 2 !important;
  }

  .md\:tw-order-3 {
    order: 3 !important;
  }

  .md\:tw-order-4 {
    order: 4 !important;
  }

  .md\:tw-order-5 {
    order: 5 !important;
  }

  .md\:tw-order-6 {
    order: 6 !important;
  }

  .md\:tw-order-7 {
    order: 7 !important;
  }

  .md\:tw-order-8 {
    order: 8 !important;
  }

  .md\:tw-order-9 {
    order: 9 !important;
  }

  .md\:tw-order-10 {
    order: 10 !important;
  }

  .md\:tw-order-11 {
    order: 11 !important;
  }

  .md\:tw-order-12 {
    order: 12 !important;
  }

  .md\:tw-order-first {
    order: -9999 !important;
  }

  .md\:tw-order-last {
    order: 9999 !important;
  }

  .md\:tw-order-none {
    order: 0 !important;
  }

  .md\:tw-float-right {
    float: right !important;
  }

  .md\:tw-float-left {
    float: left !important;
  }

  .md\:tw-float-none {
    float: none !important;
  }

  .md\:tw-clear-left {
    clear: left !important;
  }

  .md\:tw-clear-right {
    clear: right !important;
  }

  .md\:tw-clear-both {
    clear: both !important;
  }

  .md\:tw-clear-none {
    clear: none !important;
  }

  .md\:tw-font-helvetica {
    font-family: Helvetica, Arial, sans-serif !important;
  }

  .md\:tw-font-kanit {
    font-family: Kanit, sans-serif !important;
  }

  .md\:tw-font-thin {
    font-weight: 100 !important;
  }

  .md\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .md\:tw-font-light {
    font-weight: 300 !important;
  }

  .md\:tw-font-normal {
    font-weight: 400 !important;
  }

  .md\:tw-font-medium {
    font-weight: 500 !important;
  }

  .md\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .md\:tw-font-bold {
    font-weight: 700 !important;
  }

  .md\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .md\:tw-font-black {
    font-weight: 900 !important;
  }

  .md\:tw-h-0 {
    height: 0px !important;
  }

  .md\:tw-h-1 {
    height: 0.25rem !important;
  }

  .md\:tw-h-2 {
    height: 0.5rem !important;
  }

  .md\:tw-h-3 {
    height: 0.75rem !important;
  }

  .md\:tw-h-4 {
    height: 1rem !important;
  }

  .md\:tw-h-5 {
    height: 1.25rem !important;
  }

  .md\:tw-h-6 {
    height: 1.5rem !important;
  }

  .md\:tw-h-7 {
    height: 1.75rem !important;
  }

  .md\:tw-h-8 {
    height: 2rem !important;
  }

  .md\:tw-h-9 {
    height: 2.25rem !important;
  }

  .md\:tw-h-10 {
    height: 2.5rem !important;
  }

  .md\:tw-h-11 {
    height: 2.75rem !important;
  }

  .md\:tw-h-12 {
    height: 3rem !important;
  }

  .md\:tw-h-14 {
    height: 3.5rem !important;
  }

  .md\:tw-h-16 {
    height: 4rem !important;
  }

  .md\:tw-h-20 {
    height: 5rem !important;
  }

  .md\:tw-h-24 {
    height: 6rem !important;
  }

  .md\:tw-h-28 {
    height: 7rem !important;
  }

  .md\:tw-h-32 {
    height: 8rem !important;
  }

  .md\:tw-h-36 {
    height: 9rem !important;
  }

  .md\:tw-h-40 {
    height: 10rem !important;
  }

  .md\:tw-h-44 {
    height: 11rem !important;
  }

  .md\:tw-h-48 {
    height: 12rem !important;
  }

  .md\:tw-h-52 {
    height: 13rem !important;
  }

  .md\:tw-h-56 {
    height: 14rem !important;
  }

  .md\:tw-h-60 {
    height: 15rem !important;
  }

  .md\:tw-h-64 {
    height: 16rem !important;
  }

  .md\:tw-h-72 {
    height: 18rem !important;
  }

  .md\:tw-h-80 {
    height: 20rem !important;
  }

  .md\:tw-h-96 {
    height: 24rem !important;
  }

  .md\:tw-h-auto {
    height: auto !important;
  }

  .md\:tw-h-px {
    height: 1px !important;
  }

  .md\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .md\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .md\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .md\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .md\:tw-h-1\/2 {
    height: 50% !important;
  }

  .md\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .md\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .md\:tw-h-1\/4 {
    height: 25% !important;
  }

  .md\:tw-h-2\/4 {
    height: 50% !important;
  }

  .md\:tw-h-3\/4 {
    height: 75% !important;
  }

  .md\:tw-h-1\/5 {
    height: 20% !important;
  }

  .md\:tw-h-2\/5 {
    height: 40% !important;
  }

  .md\:tw-h-3\/5 {
    height: 60% !important;
  }

  .md\:tw-h-4\/5 {
    height: 80% !important;
  }

  .md\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .md\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .md\:tw-h-3\/6 {
    height: 50% !important;
  }

  .md\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .md\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .md\:tw-h-full {
    height: 100% !important;
  }

  .md\:tw-h-screen {
    height: 100vh !important;
  }

  .md\:tw-text-xxs {
    font-size: 0.4375rem !important;
    line-height: 0.57rem !important;
  }

  .md\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .md\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .md\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .md\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:tw-text-xxl {
    font-size: 1.429rem !important;
    line-height: 1.75rem !important;
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .md\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-5xs {
    font-size: 0.5rem !important;
    line-height: 0.53rem !important;
  }

  .md\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .md\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .md\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .md\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .md\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .md\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .md\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .md\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .md\:tw-leading-none {
    line-height: 1 !important;
  }

  .md\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .md\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .md\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .md\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .md\:tw-leading-loose {
    line-height: 2 !important;
  }

  .md\:tw-list-inside {
    list-style-position: inside !important;
  }

  .md\:tw-list-outside {
    list-style-position: outside !important;
  }

  .md\:tw-list-none {
    list-style-type: none !important;
  }

  .md\:tw-list-disc {
    list-style-type: disc !important;
  }

  .md\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .md\:tw-m-0 {
    margin: 0px !important;
  }

  .md\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .md\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .md\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .md\:tw-m-4 {
    margin: 1rem !important;
  }

  .md\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .md\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .md\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .md\:tw-m-8 {
    margin: 2rem !important;
  }

  .md\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .md\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .md\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .md\:tw-m-12 {
    margin: 3rem !important;
  }

  .md\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .md\:tw-m-16 {
    margin: 4rem !important;
  }

  .md\:tw-m-20 {
    margin: 5rem !important;
  }

  .md\:tw-m-24 {
    margin: 6rem !important;
  }

  .md\:tw-m-28 {
    margin: 7rem !important;
  }

  .md\:tw-m-32 {
    margin: 8rem !important;
  }

  .md\:tw-m-36 {
    margin: 9rem !important;
  }

  .md\:tw-m-40 {
    margin: 10rem !important;
  }

  .md\:tw-m-44 {
    margin: 11rem !important;
  }

  .md\:tw-m-48 {
    margin: 12rem !important;
  }

  .md\:tw-m-52 {
    margin: 13rem !important;
  }

  .md\:tw-m-56 {
    margin: 14rem !important;
  }

  .md\:tw-m-60 {
    margin: 15rem !important;
  }

  .md\:tw-m-64 {
    margin: 16rem !important;
  }

  .md\:tw-m-72 {
    margin: 18rem !important;
  }

  .md\:tw-m-80 {
    margin: 20rem !important;
  }

  .md\:tw-m-96 {
    margin: 24rem !important;
  }

  .md\:tw-m-auto {
    margin: auto !important;
  }

  .md\:tw-m-px {
    margin: 1px !important;
  }

  .md\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .md\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .md\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .md\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .md\:tw--m-0 {
    margin: 0px !important;
  }

  .md\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .md\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .md\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .md\:tw--m-4 {
    margin: -1rem !important;
  }

  .md\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .md\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .md\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .md\:tw--m-8 {
    margin: -2rem !important;
  }

  .md\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .md\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .md\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .md\:tw--m-12 {
    margin: -3rem !important;
  }

  .md\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .md\:tw--m-16 {
    margin: -4rem !important;
  }

  .md\:tw--m-20 {
    margin: -5rem !important;
  }

  .md\:tw--m-24 {
    margin: -6rem !important;
  }

  .md\:tw--m-28 {
    margin: -7rem !important;
  }

  .md\:tw--m-32 {
    margin: -8rem !important;
  }

  .md\:tw--m-36 {
    margin: -9rem !important;
  }

  .md\:tw--m-40 {
    margin: -10rem !important;
  }

  .md\:tw--m-44 {
    margin: -11rem !important;
  }

  .md\:tw--m-48 {
    margin: -12rem !important;
  }

  .md\:tw--m-52 {
    margin: -13rem !important;
  }

  .md\:tw--m-56 {
    margin: -14rem !important;
  }

  .md\:tw--m-60 {
    margin: -15rem !important;
  }

  .md\:tw--m-64 {
    margin: -16rem !important;
  }

  .md\:tw--m-72 {
    margin: -18rem !important;
  }

  .md\:tw--m-80 {
    margin: -20rem !important;
  }

  .md\:tw--m-96 {
    margin: -24rem !important;
  }

  .md\:tw--m-px {
    margin: -1px !important;
  }

  .md\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .md\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .md\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .md\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .md\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .md\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .md\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .md\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .md\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .md\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .md\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .md\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .md\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .md\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .md\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .md\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .md\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .md\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .md\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .md\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .md\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .md\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .md\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .md\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .md\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .md\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .md\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .md\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .md\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .md\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .md\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .md\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .md\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .md\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .md\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .md\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .md\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .md\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .md\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .md\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .md\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .md\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .md\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .md\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .md\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .md\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .md\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .md\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .md\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .md\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .md\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .md\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .md\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .md\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .md\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .md\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .md\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .md\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .md\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .md\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .md\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .md\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .md\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .md\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .md\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .md\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .md\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .md\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .md\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .md\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .md\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .md\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .md\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .md\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .md\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .md\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .md\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .md\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .md\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .md\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .md\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .md\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .md\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .md\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .md\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .md\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .md\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .md\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .md\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .md\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .md\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .md\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .md\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .md\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .md\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .md\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .md\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .md\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .md\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .md\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .md\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .md\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .md\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .md\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .md\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .md\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .md\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .md\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .md\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .md\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .md\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .md\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .md\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .md\:tw-mt-auto {
    margin-top: auto !important;
  }

  .md\:tw-mr-auto {
    margin-right: auto !important;
  }

  .md\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .md\:tw-ml-auto {
    margin-left: auto !important;
  }

  .md\:tw-mt-px {
    margin-top: 1px !important;
  }

  .md\:tw-mr-px {
    margin-right: 1px !important;
  }

  .md\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .md\:tw-ml-px {
    margin-left: 1px !important;
  }

  .md\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .md\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .md\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .md\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .md\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .md\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .md\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .md\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .md\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .md\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .md\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .md\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .md\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .md\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .md\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .md\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .md\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .md\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .md\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .md\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .md\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .md\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .md\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .md\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .md\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .md\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .md\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .md\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .md\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .md\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .md\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .md\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .md\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .md\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .md\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .md\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .md\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .md\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .md\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .md\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .md\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .md\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .md\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .md\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .md\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .md\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .md\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .md\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .md\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .md\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .md\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .md\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .md\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .md\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .md\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .md\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .md\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .md\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .md\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .md\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .md\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .md\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .md\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .md\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .md\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .md\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .md\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .md\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .md\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .md\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .md\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .md\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .md\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .md\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .md\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .md\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .md\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .md\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .md\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .md\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .md\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .md\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .md\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .md\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .md\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .md\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .md\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .md\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .md\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .md\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .md\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .md\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .md\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .md\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .md\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .md\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .md\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .md\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .md\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .md\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .md\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .md\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .md\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .md\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .md\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .md\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .md\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .md\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .md\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .md\:tw--mt-px {
    margin-top: -1px !important;
  }

  .md\:tw--mr-px {
    margin-right: -1px !important;
  }

  .md\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .md\:tw--ml-px {
    margin-left: -1px !important;
  }

  .md\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .md\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .md\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .md\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .md\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .md\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .md\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .md\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .md\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .md\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .md\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .md\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .md\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .md\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .md\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .md\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .md\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .md\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .md\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .md\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .md\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .md\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .md\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .md\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .md\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .md\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .md\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .md\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .md\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .md\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .md\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .md\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .md\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .md\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .md\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .md\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .md\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .md\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .md\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .md\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .md\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .md\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .md\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .md\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .md\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .md\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .md\:tw-max-h-px {
    max-height: 1px !important;
  }

  .md\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .md\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .md\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .md\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .md\:tw-max-h-full {
    max-height: 100% !important;
  }

  .md\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .md\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .md\:tw-max-w-none {
    max-width: none !important;
  }

  .md\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .md\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .md\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .md\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .md\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .md\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .md\:tw-max-w-full {
    max-width: 100% !important;
  }

  .md\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .md\:tw-max-w-screen-xxs {
    max-width: 365px !important;
  }

  .md\:tw-max-w-screen-xs {
    max-width: 414px !important;
  }

  .md\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .md\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .md\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .md\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .md\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .md\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .md\:tw-min-h-full {
    min-height: 100% !important;
  }

  .md\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .md\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .md\:tw-min-w-full {
    min-width: 100% !important;
  }

  .md\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .md\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .md\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .md\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .md\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .md\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .md\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .md\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .md\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .md\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .md\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .md\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .md\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .md\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .md\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .md\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .md\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .md\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .md\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .md\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .md\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .md\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .md\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .md\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .md\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .md\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .md\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .md\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .md\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .md\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .md\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .md\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .md\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .md\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .md\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .md\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:tw-overflow-auto {
    overflow: auto !important;
  }

  .md\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .md\:tw-overflow-visible {
    overflow: visible !important;
  }

  .md\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .md\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .md\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .md\:tw-p-0 {
    padding: 0px !important;
  }

  .md\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .md\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .md\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .md\:tw-p-4 {
    padding: 1rem !important;
  }

  .md\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .md\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .md\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .md\:tw-p-8 {
    padding: 2rem !important;
  }

  .md\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .md\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .md\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .md\:tw-p-12 {
    padding: 3rem !important;
  }

  .md\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .md\:tw-p-16 {
    padding: 4rem !important;
  }

  .md\:tw-p-20 {
    padding: 5rem !important;
  }

  .md\:tw-p-24 {
    padding: 6rem !important;
  }

  .md\:tw-p-28 {
    padding: 7rem !important;
  }

  .md\:tw-p-32 {
    padding: 8rem !important;
  }

  .md\:tw-p-36 {
    padding: 9rem !important;
  }

  .md\:tw-p-40 {
    padding: 10rem !important;
  }

  .md\:tw-p-44 {
    padding: 11rem !important;
  }

  .md\:tw-p-48 {
    padding: 12rem !important;
  }

  .md\:tw-p-52 {
    padding: 13rem !important;
  }

  .md\:tw-p-56 {
    padding: 14rem !important;
  }

  .md\:tw-p-60 {
    padding: 15rem !important;
  }

  .md\:tw-p-64 {
    padding: 16rem !important;
  }

  .md\:tw-p-72 {
    padding: 18rem !important;
  }

  .md\:tw-p-80 {
    padding: 20rem !important;
  }

  .md\:tw-p-96 {
    padding: 24rem !important;
  }

  .md\:tw-p-px {
    padding: 1px !important;
  }

  .md\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .md\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .md\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .md\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .md\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .md\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .md\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .md\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .md\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .md\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .md\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .md\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .md\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .md\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .md\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .md\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .md\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .md\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .md\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .md\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .md\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .md\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .md\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .md\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .md\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .md\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .md\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .md\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .md\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .md\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .md\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .md\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .md\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .md\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .md\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .md\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .md\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .md\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .md\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .md\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .md\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .md\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .md\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .md\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .md\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .md\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .md\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .md\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .md\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .md\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .md\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .md\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .md\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .md\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .md\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .md\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .md\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .md\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .md\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .md\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .md\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .md\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .md\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .md\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .md\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .md\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .md\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .md\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .md\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .md\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .md\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .md\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .md\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .md\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .md\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .md\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .md\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .md\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .md\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .md\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .md\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .md\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .md\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .md\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .md\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .md\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .md\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .md\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .md\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .md\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .md\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .md\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .md\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .md\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .md\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .md\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .md\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .md\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .md\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .md\:tw-pt-px {
    padding-top: 1px !important;
  }

  .md\:tw-pr-px {
    padding-right: 1px !important;
  }

  .md\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .md\:tw-pl-px {
    padding-left: 1px !important;
  }

  .md\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .md\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .md\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .md\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .md\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .md\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .md\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .md\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .md\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .md\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .md\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .md\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .md\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .md\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .md\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .md\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .md\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-150::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-150:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-150::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-150:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-150:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .md\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:tw-static {
    position: static !important;
  }

  .md\:tw-fixed {
    position: fixed !important;
  }

  .md\:tw-absolute {
    position: absolute !important;
  }

  .md\:tw-relative {
    position: relative !important;
  }

  .md\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .md\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .md\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .md\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .md\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .md\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .md\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .md\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .md\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .md\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .md\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .md\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .md\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .md\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .md\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .md\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .md\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .md\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .md\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .md\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .md\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .md\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .md\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .md\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .md\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .md\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .md\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .md\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .md\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .md\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .md\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .md\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .md\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .md\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .md\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .md\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .md\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .md\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .md\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .md\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .md\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .md\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .md\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .md\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .md\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .md\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .md\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .md\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .md\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .md\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .md\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .md\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .md\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .md\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .md\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .md\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .md\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .md\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .md\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .md\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .md\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .md\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .md\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .md\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .md\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .md\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .md\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .md\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .md\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .md\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .md\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .md\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .md\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .md\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .md\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .md\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .md\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .md\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .md\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .md\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .md\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .md\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .md\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .md\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .md\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .md\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .md\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .md\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .md\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .md\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .md\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .md\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .md\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .md\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .md\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .md\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .md\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .md\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .md\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .md\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .md\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .md\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .md\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .md\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .md\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .md\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .md\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .md\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .md\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .md\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .md\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .md\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .md\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .md\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .md\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .md\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .md\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .md\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .md\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .md\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .md\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .md\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .md\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .md\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .md\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .md\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .md\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .md\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .md\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .md\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .md\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .md\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .md\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .md\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .md\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .md\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .md\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .md\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .md\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .md\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .md\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .md\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .md\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .md\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .md\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .md\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .md\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .md\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .md\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .md\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .md\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .md\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .md\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .md\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .md\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .md\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .md\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .md\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .md\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .md\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .md\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .md\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .md\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .md\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .md\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .md\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .md\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .md\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .md\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .md\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .md\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .md\:tw-top-0 {
    top: 0px !important;
  }

  .md\:tw-right-0 {
    right: 0px !important;
  }

  .md\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .md\:tw-left-0 {
    left: 0px !important;
  }

  .md\:tw-top-1 {
    top: 0.25rem !important;
  }

  .md\:tw-right-1 {
    right: 0.25rem !important;
  }

  .md\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .md\:tw-left-1 {
    left: 0.25rem !important;
  }

  .md\:tw-top-2 {
    top: 0.5rem !important;
  }

  .md\:tw-right-2 {
    right: 0.5rem !important;
  }

  .md\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .md\:tw-left-2 {
    left: 0.5rem !important;
  }

  .md\:tw-top-3 {
    top: 0.75rem !important;
  }

  .md\:tw-right-3 {
    right: 0.75rem !important;
  }

  .md\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .md\:tw-left-3 {
    left: 0.75rem !important;
  }

  .md\:tw-top-4 {
    top: 1rem !important;
  }

  .md\:tw-right-4 {
    right: 1rem !important;
  }

  .md\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .md\:tw-left-4 {
    left: 1rem !important;
  }

  .md\:tw-top-5 {
    top: 1.25rem !important;
  }

  .md\:tw-right-5 {
    right: 1.25rem !important;
  }

  .md\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .md\:tw-left-5 {
    left: 1.25rem !important;
  }

  .md\:tw-top-6 {
    top: 1.5rem !important;
  }

  .md\:tw-right-6 {
    right: 1.5rem !important;
  }

  .md\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .md\:tw-left-6 {
    left: 1.5rem !important;
  }

  .md\:tw-top-7 {
    top: 1.75rem !important;
  }

  .md\:tw-right-7 {
    right: 1.75rem !important;
  }

  .md\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .md\:tw-left-7 {
    left: 1.75rem !important;
  }

  .md\:tw-top-8 {
    top: 2rem !important;
  }

  .md\:tw-right-8 {
    right: 2rem !important;
  }

  .md\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .md\:tw-left-8 {
    left: 2rem !important;
  }

  .md\:tw-top-9 {
    top: 2.25rem !important;
  }

  .md\:tw-right-9 {
    right: 2.25rem !important;
  }

  .md\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .md\:tw-left-9 {
    left: 2.25rem !important;
  }

  .md\:tw-top-10 {
    top: 2.5rem !important;
  }

  .md\:tw-right-10 {
    right: 2.5rem !important;
  }

  .md\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .md\:tw-left-10 {
    left: 2.5rem !important;
  }

  .md\:tw-top-11 {
    top: 2.75rem !important;
  }

  .md\:tw-right-11 {
    right: 2.75rem !important;
  }

  .md\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .md\:tw-left-11 {
    left: 2.75rem !important;
  }

  .md\:tw-top-12 {
    top: 3rem !important;
  }

  .md\:tw-right-12 {
    right: 3rem !important;
  }

  .md\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .md\:tw-left-12 {
    left: 3rem !important;
  }

  .md\:tw-top-14 {
    top: 3.5rem !important;
  }

  .md\:tw-right-14 {
    right: 3.5rem !important;
  }

  .md\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .md\:tw-left-14 {
    left: 3.5rem !important;
  }

  .md\:tw-top-16 {
    top: 4rem !important;
  }

  .md\:tw-right-16 {
    right: 4rem !important;
  }

  .md\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .md\:tw-left-16 {
    left: 4rem !important;
  }

  .md\:tw-top-20 {
    top: 5rem !important;
  }

  .md\:tw-right-20 {
    right: 5rem !important;
  }

  .md\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .md\:tw-left-20 {
    left: 5rem !important;
  }

  .md\:tw-top-24 {
    top: 6rem !important;
  }

  .md\:tw-right-24 {
    right: 6rem !important;
  }

  .md\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .md\:tw-left-24 {
    left: 6rem !important;
  }

  .md\:tw-top-28 {
    top: 7rem !important;
  }

  .md\:tw-right-28 {
    right: 7rem !important;
  }

  .md\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .md\:tw-left-28 {
    left: 7rem !important;
  }

  .md\:tw-top-32 {
    top: 8rem !important;
  }

  .md\:tw-right-32 {
    right: 8rem !important;
  }

  .md\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .md\:tw-left-32 {
    left: 8rem !important;
  }

  .md\:tw-top-36 {
    top: 9rem !important;
  }

  .md\:tw-right-36 {
    right: 9rem !important;
  }

  .md\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .md\:tw-left-36 {
    left: 9rem !important;
  }

  .md\:tw-top-40 {
    top: 10rem !important;
  }

  .md\:tw-right-40 {
    right: 10rem !important;
  }

  .md\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .md\:tw-left-40 {
    left: 10rem !important;
  }

  .md\:tw-top-44 {
    top: 11rem !important;
  }

  .md\:tw-right-44 {
    right: 11rem !important;
  }

  .md\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .md\:tw-left-44 {
    left: 11rem !important;
  }

  .md\:tw-top-48 {
    top: 12rem !important;
  }

  .md\:tw-right-48 {
    right: 12rem !important;
  }

  .md\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .md\:tw-left-48 {
    left: 12rem !important;
  }

  .md\:tw-top-52 {
    top: 13rem !important;
  }

  .md\:tw-right-52 {
    right: 13rem !important;
  }

  .md\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .md\:tw-left-52 {
    left: 13rem !important;
  }

  .md\:tw-top-56 {
    top: 14rem !important;
  }

  .md\:tw-right-56 {
    right: 14rem !important;
  }

  .md\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .md\:tw-left-56 {
    left: 14rem !important;
  }

  .md\:tw-top-60 {
    top: 15rem !important;
  }

  .md\:tw-right-60 {
    right: 15rem !important;
  }

  .md\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .md\:tw-left-60 {
    left: 15rem !important;
  }

  .md\:tw-top-64 {
    top: 16rem !important;
  }

  .md\:tw-right-64 {
    right: 16rem !important;
  }

  .md\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .md\:tw-left-64 {
    left: 16rem !important;
  }

  .md\:tw-top-72 {
    top: 18rem !important;
  }

  .md\:tw-right-72 {
    right: 18rem !important;
  }

  .md\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .md\:tw-left-72 {
    left: 18rem !important;
  }

  .md\:tw-top-80 {
    top: 20rem !important;
  }

  .md\:tw-right-80 {
    right: 20rem !important;
  }

  .md\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .md\:tw-left-80 {
    left: 20rem !important;
  }

  .md\:tw-top-96 {
    top: 24rem !important;
  }

  .md\:tw-right-96 {
    right: 24rem !important;
  }

  .md\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .md\:tw-left-96 {
    left: 24rem !important;
  }

  .md\:tw-top-auto {
    top: auto !important;
  }

  .md\:tw-right-auto {
    right: auto !important;
  }

  .md\:tw-bottom-auto {
    bottom: auto !important;
  }

  .md\:tw-left-auto {
    left: auto !important;
  }

  .md\:tw-top-px {
    top: 1px !important;
  }

  .md\:tw-right-px {
    right: 1px !important;
  }

  .md\:tw-bottom-px {
    bottom: 1px !important;
  }

  .md\:tw-left-px {
    left: 1px !important;
  }

  .md\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .md\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .md\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .md\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .md\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .md\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .md\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .md\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .md\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .md\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .md\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .md\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .md\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .md\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .md\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .md\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .md\:tw--top-0 {
    top: 0px !important;
  }

  .md\:tw--right-0 {
    right: 0px !important;
  }

  .md\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .md\:tw--left-0 {
    left: 0px !important;
  }

  .md\:tw--top-1 {
    top: -0.25rem !important;
  }

  .md\:tw--right-1 {
    right: -0.25rem !important;
  }

  .md\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .md\:tw--left-1 {
    left: -0.25rem !important;
  }

  .md\:tw--top-2 {
    top: -0.5rem !important;
  }

  .md\:tw--right-2 {
    right: -0.5rem !important;
  }

  .md\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .md\:tw--left-2 {
    left: -0.5rem !important;
  }

  .md\:tw--top-3 {
    top: -0.75rem !important;
  }

  .md\:tw--right-3 {
    right: -0.75rem !important;
  }

  .md\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .md\:tw--left-3 {
    left: -0.75rem !important;
  }

  .md\:tw--top-4 {
    top: -1rem !important;
  }

  .md\:tw--right-4 {
    right: -1rem !important;
  }

  .md\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .md\:tw--left-4 {
    left: -1rem !important;
  }

  .md\:tw--top-5 {
    top: -1.25rem !important;
  }

  .md\:tw--right-5 {
    right: -1.25rem !important;
  }

  .md\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .md\:tw--left-5 {
    left: -1.25rem !important;
  }

  .md\:tw--top-6 {
    top: -1.5rem !important;
  }

  .md\:tw--right-6 {
    right: -1.5rem !important;
  }

  .md\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .md\:tw--left-6 {
    left: -1.5rem !important;
  }

  .md\:tw--top-7 {
    top: -1.75rem !important;
  }

  .md\:tw--right-7 {
    right: -1.75rem !important;
  }

  .md\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .md\:tw--left-7 {
    left: -1.75rem !important;
  }

  .md\:tw--top-8 {
    top: -2rem !important;
  }

  .md\:tw--right-8 {
    right: -2rem !important;
  }

  .md\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .md\:tw--left-8 {
    left: -2rem !important;
  }

  .md\:tw--top-9 {
    top: -2.25rem !important;
  }

  .md\:tw--right-9 {
    right: -2.25rem !important;
  }

  .md\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .md\:tw--left-9 {
    left: -2.25rem !important;
  }

  .md\:tw--top-10 {
    top: -2.5rem !important;
  }

  .md\:tw--right-10 {
    right: -2.5rem !important;
  }

  .md\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .md\:tw--left-10 {
    left: -2.5rem !important;
  }

  .md\:tw--top-11 {
    top: -2.75rem !important;
  }

  .md\:tw--right-11 {
    right: -2.75rem !important;
  }

  .md\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .md\:tw--left-11 {
    left: -2.75rem !important;
  }

  .md\:tw--top-12 {
    top: -3rem !important;
  }

  .md\:tw--right-12 {
    right: -3rem !important;
  }

  .md\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .md\:tw--left-12 {
    left: -3rem !important;
  }

  .md\:tw--top-14 {
    top: -3.5rem !important;
  }

  .md\:tw--right-14 {
    right: -3.5rem !important;
  }

  .md\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .md\:tw--left-14 {
    left: -3.5rem !important;
  }

  .md\:tw--top-16 {
    top: -4rem !important;
  }

  .md\:tw--right-16 {
    right: -4rem !important;
  }

  .md\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .md\:tw--left-16 {
    left: -4rem !important;
  }

  .md\:tw--top-20 {
    top: -5rem !important;
  }

  .md\:tw--right-20 {
    right: -5rem !important;
  }

  .md\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .md\:tw--left-20 {
    left: -5rem !important;
  }

  .md\:tw--top-24 {
    top: -6rem !important;
  }

  .md\:tw--right-24 {
    right: -6rem !important;
  }

  .md\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .md\:tw--left-24 {
    left: -6rem !important;
  }

  .md\:tw--top-28 {
    top: -7rem !important;
  }

  .md\:tw--right-28 {
    right: -7rem !important;
  }

  .md\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .md\:tw--left-28 {
    left: -7rem !important;
  }

  .md\:tw--top-32 {
    top: -8rem !important;
  }

  .md\:tw--right-32 {
    right: -8rem !important;
  }

  .md\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .md\:tw--left-32 {
    left: -8rem !important;
  }

  .md\:tw--top-36 {
    top: -9rem !important;
  }

  .md\:tw--right-36 {
    right: -9rem !important;
  }

  .md\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .md\:tw--left-36 {
    left: -9rem !important;
  }

  .md\:tw--top-40 {
    top: -10rem !important;
  }

  .md\:tw--right-40 {
    right: -10rem !important;
  }

  .md\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .md\:tw--left-40 {
    left: -10rem !important;
  }

  .md\:tw--top-44 {
    top: -11rem !important;
  }

  .md\:tw--right-44 {
    right: -11rem !important;
  }

  .md\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .md\:tw--left-44 {
    left: -11rem !important;
  }

  .md\:tw--top-48 {
    top: -12rem !important;
  }

  .md\:tw--right-48 {
    right: -12rem !important;
  }

  .md\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .md\:tw--left-48 {
    left: -12rem !important;
  }

  .md\:tw--top-52 {
    top: -13rem !important;
  }

  .md\:tw--right-52 {
    right: -13rem !important;
  }

  .md\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .md\:tw--left-52 {
    left: -13rem !important;
  }

  .md\:tw--top-56 {
    top: -14rem !important;
  }

  .md\:tw--right-56 {
    right: -14rem !important;
  }

  .md\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .md\:tw--left-56 {
    left: -14rem !important;
  }

  .md\:tw--top-60 {
    top: -15rem !important;
  }

  .md\:tw--right-60 {
    right: -15rem !important;
  }

  .md\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .md\:tw--left-60 {
    left: -15rem !important;
  }

  .md\:tw--top-64 {
    top: -16rem !important;
  }

  .md\:tw--right-64 {
    right: -16rem !important;
  }

  .md\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .md\:tw--left-64 {
    left: -16rem !important;
  }

  .md\:tw--top-72 {
    top: -18rem !important;
  }

  .md\:tw--right-72 {
    right: -18rem !important;
  }

  .md\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .md\:tw--left-72 {
    left: -18rem !important;
  }

  .md\:tw--top-80 {
    top: -20rem !important;
  }

  .md\:tw--right-80 {
    right: -20rem !important;
  }

  .md\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .md\:tw--left-80 {
    left: -20rem !important;
  }

  .md\:tw--top-96 {
    top: -24rem !important;
  }

  .md\:tw--right-96 {
    right: -24rem !important;
  }

  .md\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .md\:tw--left-96 {
    left: -24rem !important;
  }

  .md\:tw--top-px {
    top: -1px !important;
  }

  .md\:tw--right-px {
    right: -1px !important;
  }

  .md\:tw--bottom-px {
    bottom: -1px !important;
  }

  .md\:tw--left-px {
    left: -1px !important;
  }

  .md\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .md\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .md\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .md\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .md\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .md\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .md\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .md\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .md\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .md\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .md\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .md\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .md\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .md\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .md\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .md\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .md\:tw-top-1\/2 {
    top: 50% !important;
  }

  .md\:tw-right-1\/2 {
    right: 50% !important;
  }

  .md\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .md\:tw-left-1\/2 {
    left: 50% !important;
  }

  .md\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .md\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .md\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .md\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .md\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .md\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .md\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .md\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .md\:tw-top-1\/4 {
    top: 25% !important;
  }

  .md\:tw-right-1\/4 {
    right: 25% !important;
  }

  .md\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .md\:tw-left-1\/4 {
    left: 25% !important;
  }

  .md\:tw-top-2\/4 {
    top: 50% !important;
  }

  .md\:tw-right-2\/4 {
    right: 50% !important;
  }

  .md\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .md\:tw-left-2\/4 {
    left: 50% !important;
  }

  .md\:tw-top-3\/4 {
    top: 75% !important;
  }

  .md\:tw-right-3\/4 {
    right: 75% !important;
  }

  .md\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .md\:tw-left-3\/4 {
    left: 75% !important;
  }

  .md\:tw-top-full {
    top: 100% !important;
  }

  .md\:tw-right-full {
    right: 100% !important;
  }

  .md\:tw-bottom-full {
    bottom: 100% !important;
  }

  .md\:tw-left-full {
    left: 100% !important;
  }

  .md\:tw--top-1\/2 {
    top: -50% !important;
  }

  .md\:tw--right-1\/2 {
    right: -50% !important;
  }

  .md\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .md\:tw--left-1\/2 {
    left: -50% !important;
  }

  .md\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .md\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .md\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .md\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .md\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .md\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .md\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .md\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .md\:tw--top-1\/4 {
    top: -25% !important;
  }

  .md\:tw--right-1\/4 {
    right: -25% !important;
  }

  .md\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .md\:tw--left-1\/4 {
    left: -25% !important;
  }

  .md\:tw--top-2\/4 {
    top: -50% !important;
  }

  .md\:tw--right-2\/4 {
    right: -50% !important;
  }

  .md\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .md\:tw--left-2\/4 {
    left: -50% !important;
  }

  .md\:tw--top-3\/4 {
    top: -75% !important;
  }

  .md\:tw--right-3\/4 {
    right: -75% !important;
  }

  .md\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .md\:tw--left-3\/4 {
    left: -75% !important;
  }

  .md\:tw--top-full {
    top: -100% !important;
  }

  .md\:tw--right-full {
    right: -100% !important;
  }

  .md\:tw--bottom-full {
    bottom: -100% !important;
  }

  .md\:tw--left-full {
    left: -100% !important;
  }

  .md\:tw-resize-none {
    resize: none !important;
  }

  .md\:tw-resize-y {
    resize: vertical !important;
  }

  .md\:tw-resize-x {
    resize: horizontal !important;
  }

  .md\:tw-resize {
    resize: both !important;
  }

  .md\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .md\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .md\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .md\:tw-ring-offset-gray-150 {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .md\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .md\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #666666 !important;
  }

  .md\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #777777 !important;
  }

  .md\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #333333 !important;
  }

  .md\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .md\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #00A850 !important;
  }

  .md\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #224257 !important;
  }

  .md\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #00263D !important;
  }

  .md\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #012942 !important;
  }

  .md\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #777777 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #00A850 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #224257 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #00263D !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #012942 !important;
  }

  .md\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .md\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .md\:focus\:tw-ring-offset-gray-150:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .md\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .md\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .md\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #777777 !important;
  }

  .md\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .md\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .md\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #00A850 !important;
  }

  .md\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #224257 !important;
  }

  .md\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #00263D !important;
  }

  .md\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #012942 !important;
  }

  .md\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .md\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .md\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-150 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .md\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-150:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .md\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-150:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .md\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .md\:tw-fill-current {
    fill: currentColor !important;
  }

  .md\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .md\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:tw-table-auto {
    table-layout: auto !important;
  }

  .md\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .md\:tw-text-left {
    text-align: left !important;
  }

  .md\:tw-text-center {
    text-align: center !important;
  }

  .md\:tw-text-right {
    text-align: right !important;
  }

  .md\:tw-text-justify {
    text-align: justify !important;
  }

  .md\:tw-text-transparent {
    color: transparent !important;
  }

  .md\:tw-text-current {
    color: currentColor !important;
  }

  .md\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .md\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .md\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-150:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .md\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-150:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .md\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-150:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .md\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .md\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .md\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .md\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .md\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .md\:tw-italic {
    font-style: italic !important;
  }

  .md\:tw-not-italic {
    font-style: normal !important;
  }

  .md\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .md\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .md\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .md\:tw-normal-case {
    text-transform: none !important;
  }

  .md\:tw-underline {
    text-decoration: underline !important;
  }

  .md\:tw-line-through {
    text-decoration: line-through !important;
  }

  .md\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .md\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .md\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .md\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .md\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .md\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .md\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .md\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .md\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tw-ordinal, .md\:tw-slashed-zero, .md\:tw-lining-nums, .md\:tw-oldstyle-nums, .md\:tw-proportional-nums, .md\:tw-tabular-nums, .md\:tw-diagonal-fractions, .md\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .md\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .md\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .md\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .md\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .md\:tw-align-top {
    vertical-align: top !important;
  }

  .md\:tw-align-middle {
    vertical-align: middle !important;
  }

  .md\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .md\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .md\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:tw-visible {
    visibility: visible !important;
  }

  .md\:tw-invisible {
    visibility: hidden !important;
  }

  .md\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .md\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .md\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .md\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .md\:tw-break-all {
    word-break: break-all !important;
  }

  .md\:tw-w-0 {
    width: 0px !important;
  }

  .md\:tw-w-1 {
    width: 0.25rem !important;
  }

  .md\:tw-w-2 {
    width: 0.5rem !important;
  }

  .md\:tw-w-3 {
    width: 0.75rem !important;
  }

  .md\:tw-w-4 {
    width: 1rem !important;
  }

  .md\:tw-w-5 {
    width: 1.25rem !important;
  }

  .md\:tw-w-6 {
    width: 1.5rem !important;
  }

  .md\:tw-w-7 {
    width: 1.75rem !important;
  }

  .md\:tw-w-8 {
    width: 2rem !important;
  }

  .md\:tw-w-9 {
    width: 2.25rem !important;
  }

  .md\:tw-w-10 {
    width: 2.5rem !important;
  }

  .md\:tw-w-11 {
    width: 2.75rem !important;
  }

  .md\:tw-w-12 {
    width: 3rem !important;
  }

  .md\:tw-w-14 {
    width: 3.5rem !important;
  }

  .md\:tw-w-16 {
    width: 4rem !important;
  }

  .md\:tw-w-20 {
    width: 5rem !important;
  }

  .md\:tw-w-24 {
    width: 6rem !important;
  }

  .md\:tw-w-28 {
    width: 7rem !important;
  }

  .md\:tw-w-32 {
    width: 8rem !important;
  }

  .md\:tw-w-36 {
    width: 9rem !important;
  }

  .md\:tw-w-40 {
    width: 10rem !important;
  }

  .md\:tw-w-44 {
    width: 11rem !important;
  }

  .md\:tw-w-48 {
    width: 12rem !important;
  }

  .md\:tw-w-52 {
    width: 13rem !important;
  }

  .md\:tw-w-56 {
    width: 14rem !important;
  }

  .md\:tw-w-60 {
    width: 15rem !important;
  }

  .md\:tw-w-64 {
    width: 16rem !important;
  }

  .md\:tw-w-72 {
    width: 18rem !important;
  }

  .md\:tw-w-80 {
    width: 20rem !important;
  }

  .md\:tw-w-96 {
    width: 24rem !important;
  }

  .md\:tw-w-auto {
    width: auto !important;
  }

  .md\:tw-w-px {
    width: 1px !important;
  }

  .md\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .md\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .md\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .md\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .md\:tw-w-1\/2 {
    width: 50% !important;
  }

  .md\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:tw-w-1\/4 {
    width: 25% !important;
  }

  .md\:tw-w-2\/4 {
    width: 50% !important;
  }

  .md\:tw-w-3\/4 {
    width: 75% !important;
  }

  .md\:tw-w-1\/5 {
    width: 20% !important;
  }

  .md\:tw-w-2\/5 {
    width: 40% !important;
  }

  .md\:tw-w-3\/5 {
    width: 60% !important;
  }

  .md\:tw-w-4\/5 {
    width: 80% !important;
  }

  .md\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:tw-w-3\/6 {
    width: 50% !important;
  }

  .md\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:tw-w-3\/12 {
    width: 25% !important;
  }

  .md\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:tw-w-6\/12 {
    width: 50% !important;
  }

  .md\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:tw-w-9\/12 {
    width: 75% !important;
  }

  .md\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:tw-w-full {
    width: 100% !important;
  }

  .md\:tw-w-screen {
    width: 100vw !important;
  }

  .md\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:tw-z-0 {
    z-index: 0 !important;
  }

  .md\:tw-z-10 {
    z-index: 10 !important;
  }

  .md\:tw-z-20 {
    z-index: 20 !important;
  }

  .md\:tw-z-30 {
    z-index: 30 !important;
  }

  .md\:tw-z-40 {
    z-index: 40 !important;
  }

  .md\:tw-z-50 {
    z-index: 50 !important;
  }

  .md\:tw-z-auto {
    z-index: auto !important;
  }

  .md\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .md\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .md\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .md\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .md\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .md\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .md\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .md\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .md\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .md\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .md\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .md\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .md\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .md\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .md\:tw-gap-0 {
    gap: 0px !important;
  }

  .md\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .md\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .md\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .md\:tw-gap-4 {
    gap: 1rem !important;
  }

  .md\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .md\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .md\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .md\:tw-gap-8 {
    gap: 2rem !important;
  }

  .md\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .md\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .md\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .md\:tw-gap-12 {
    gap: 3rem !important;
  }

  .md\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .md\:tw-gap-16 {
    gap: 4rem !important;
  }

  .md\:tw-gap-20 {
    gap: 5rem !important;
  }

  .md\:tw-gap-24 {
    gap: 6rem !important;
  }

  .md\:tw-gap-28 {
    gap: 7rem !important;
  }

  .md\:tw-gap-32 {
    gap: 8rem !important;
  }

  .md\:tw-gap-36 {
    gap: 9rem !important;
  }

  .md\:tw-gap-40 {
    gap: 10rem !important;
  }

  .md\:tw-gap-44 {
    gap: 11rem !important;
  }

  .md\:tw-gap-48 {
    gap: 12rem !important;
  }

  .md\:tw-gap-52 {
    gap: 13rem !important;
  }

  .md\:tw-gap-56 {
    gap: 14rem !important;
  }

  .md\:tw-gap-60 {
    gap: 15rem !important;
  }

  .md\:tw-gap-64 {
    gap: 16rem !important;
  }

  .md\:tw-gap-72 {
    gap: 18rem !important;
  }

  .md\:tw-gap-80 {
    gap: 20rem !important;
  }

  .md\:tw-gap-96 {
    gap: 24rem !important;
  }

  .md\:tw-gap-px {
    gap: 1px !important;
  }

  .md\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .md\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .md\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .md\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .md\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .md\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .md\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .md\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .md\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .md\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .md\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .md\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .md\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .md\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .md\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .md\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .md\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .md\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .md\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .md\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .md\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .md\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .md\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .md\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .md\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .md\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .md\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .md\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:tw-col-auto {
    grid-column: auto !important;
  }

  .md\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .md\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:tw-row-auto {
    grid-row: auto !important;
  }

  .md\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:tw-transform-none {
    transform: none !important;
  }

  .md\:tw-origin-center {
    transform-origin: center !important;
  }

  .md\:tw-origin-top {
    transform-origin: top !important;
  }

  .md\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .md\:tw-origin-right {
    transform-origin: right !important;
  }

  .md\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .md\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .md\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .md\:tw-origin-left {
    transform-origin: left !important;
  }

  .md\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .md\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .md\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .md\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .md\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .md\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .md\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .md\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .md\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .md\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .md\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .md\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .md\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .md\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .md\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .md\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .md\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .md\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .md\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .md\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .md\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .md\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .md\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .md\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .md\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .md\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .md\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .md\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .md\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .md\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .md\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .md\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .md\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .md\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .md\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .md\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .md\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .md\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .md\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .md\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .md\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .md\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .md\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .md\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .md\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .md\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .md\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .md\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .md\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .md\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .md\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .md\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .md\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .md\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .md\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .md\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .md\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .md\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .md\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .md\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .md\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .md\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .md\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .md\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .md\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .md\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .md\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .md\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .md\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .md\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .md\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .md\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .md\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .md\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .md\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .md\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .md\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .md\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .md\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .md\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .md\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .md\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .md\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .md\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .md\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .md\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .md\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .md\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .md\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .md\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .md\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .md\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .md\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .md\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .md\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .md\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .md\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .md\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .md\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .md\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .md\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .md\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .md\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .md\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .md\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .md\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .md\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .md\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .md\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .md\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .md\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .md\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .md\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .md\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .md\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .md\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .md\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .md\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .md\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .md\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .md\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .md\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .md\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .md\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .md\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .md\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .md\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .md\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .md\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .md\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .md\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .md\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .md\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .md\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .md\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .md\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .md\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .md\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .md\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .md\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .md\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .md\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .md\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .md\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .md\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .md\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .md\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .md\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .md\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .md\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .md\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .md\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .md\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .md\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .md\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .md\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .md\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .md\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .md\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .md\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .md\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .md\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .md\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .md\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .md\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .md\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .md\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .md\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .md\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .md\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .md\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .md\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .md\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .md\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .md\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .md\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .md\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .md\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .md\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .md\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .md\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .md\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .md\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .md\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .md\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .md\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .md\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .md\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .md\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .md\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .md\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .md\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .md\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .md\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .md\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .md\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .md\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .md\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .md\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .md\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .md\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .md\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .md\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .md\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .md\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .md\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .md\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .md\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .md\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .md\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .md\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .md\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .md\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .md\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .md\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .md\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .md\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .md\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .md\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .md\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .md\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .md\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .md\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .md\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .md\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .md\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .md\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .md\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .md\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .md\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .md\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .md\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .md\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .md\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .md\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .md\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .md\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .md\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .md\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .md\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .md\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .md\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .md\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .md\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .md\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .md\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .md\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .md\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .md\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .md\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .md\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .md\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .md\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .md\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .md\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .md\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .md\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .md\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .md\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .md\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .md\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .md\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .md\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .md\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .md\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .md\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .md\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .md\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .md\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .md\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .md\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .md\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .md\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .md\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .md\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .md\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .md\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .md\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .md\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .md\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .md\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .md\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .md\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .md\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .md\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .md\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .md\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .md\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .md\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .md\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .md\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .md\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .md\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .md\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .md\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .md\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .md\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .md\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .md\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .md\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .md\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .md\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .md\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .md\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .md\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .md\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .md\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .md\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .md\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .md\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .md\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .md\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .md\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .md\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .md\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .md\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .md\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .md\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .md\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .md\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .md\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .md\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .md\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .md\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .md\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .md\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .md\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .md\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .md\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .md\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .md\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .md\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .md\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .md\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .md\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .md\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .md\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .md\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .md\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .md\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .md\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .md\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .md\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .md\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .md\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .md\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .md\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .md\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .md\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .md\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .md\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .md\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .md\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .md\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .md\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .md\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .md\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .md\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .md\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .md\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .md\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .md\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .md\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .md\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .md\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .md\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .md\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .md\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .md\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .md\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .md\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .md\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .md\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .md\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .md\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .md\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .md\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .md\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .md\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .md\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .md\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .md\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .md\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .md\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .md\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .md\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .md\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .md\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .md\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .md\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .md\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .md\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .md\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .md\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .md\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .md\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .md\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .md\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .md\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .md\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .md\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .md\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .md\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .md\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .md\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .md\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .md\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .md\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .md\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .md\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .md\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .md\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .md\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .md\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .md\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .md\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .md\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .md\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .md\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .md\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .md\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .md\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .md\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .md\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .md\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .md\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .md\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .md\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .md\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .md\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .md\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .md\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .md\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .md\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .md\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .md\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .md\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .md\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .md\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .md\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .md\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .md\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .md\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .md\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .md\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .md\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .md\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .md\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .md\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .md\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .md\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .md\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .md\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .md\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .md\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .md\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .md\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .md\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .md\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .md\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .md\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .md\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .md\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .md\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .md\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .md\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .md\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .md\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .md\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .md\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .md\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .md\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .md\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .md\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .md\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .md\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .md\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .md\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .md\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .md\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .md\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .md\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .md\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .md\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .md\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .md\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .md\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .md\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .md\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .md\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .md\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .md\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .md\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .md\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .md\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .md\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .md\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .md\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .md\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .md\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .md\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .md\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .md\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .md\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .md\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .md\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .md\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .md\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .md\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .md\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .md\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .md\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .md\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .md\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .md\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .md\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .md\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .md\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .md\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .md\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .md\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .md\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .md\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .md\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .md\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .md\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .md\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .md\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .md\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .md\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .md\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .md\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .md\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .md\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .md\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .md\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .md\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .md\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .md\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .md\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .md\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .md\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .md\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .md\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .md\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .md\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .md\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .md\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .md\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .md\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .md\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .md\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .md\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .md\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .md\:tw-transition-none {
    transition-property: none !important;
  }

  .md\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .md\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .md\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .md\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .md\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .md\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .md\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .md\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .md\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .md\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .md\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .md\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .md\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .md\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .md\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .md\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .md\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .md\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .md\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }
}

@media (min-width: 1024px) {
  .lg\:tw-space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:tw-space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:tw-divide-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:tw-divide-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:tw-divide-transparent &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .lg\:tw-divide-current &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .lg\:tw-divide-white &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-black &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-150 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-200 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-600 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-700 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-500 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-solid &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .lg\:tw-divide-dashed &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .lg\:tw-divide-dotted &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .lg\:tw-divide-double &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .lg\:tw-divide-none &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .lg\:tw-divide-opacity-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .lg\:tw-divide-opacity-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .lg\:tw-divide-opacity-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .lg\:tw-divide-opacity-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .lg\:tw-divide-opacity-25 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:tw-divide-opacity-30 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .lg\:tw-divide-opacity-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .lg\:tw-divide-opacity-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:tw-divide-opacity-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .lg\:tw-divide-opacity-70 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .lg\:tw-divide-opacity-75 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:tw-divide-opacity-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .lg\:tw-divide-opacity-90 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .lg\:tw-divide-opacity-95 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .lg\:tw-divide-opacity-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .lg\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:tw-bg-local {
    background-attachment: local !important;
  }

  .lg\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .lg\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lg\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .lg\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .lg\:tw-bg-current {
    background-color: currentColor !important;
  }

  .lg\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .lg\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .lg\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-150:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .lg\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-150:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .lg\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-150:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-none {
    background-image: none !important;
  }

  .lg\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-from-gray-50 {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:tw-from-gray-100 {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .lg\:tw-from-gray-150 {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:tw-from-gray-200 {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:tw-from-gray-600 {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:tw-from-gray-700 {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .lg\:tw-from-gray-800 {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:tw-from-green-100 {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .lg\:tw-from-green-900 {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .lg\:tw-from-blue-500 {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .lg\:tw-from-blue-800 {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .lg\:tw-from-blue-900 {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .lg\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .lg\:tw-via-gray-150 {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .lg\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .lg\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .lg\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .lg\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .lg\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .lg\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .lg\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .lg\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .lg\:tw-to-gray-50 {
    --tw-gradient-to: #FAFAFA !important;
  }

  .lg\:tw-to-gray-100 {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .lg\:tw-to-gray-150 {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lg\:tw-to-gray-200 {
    --tw-gradient-to: #EDEDED !important;
  }

  .lg\:tw-to-gray-600 {
    --tw-gradient-to: #666666 !important;
  }

  .lg\:tw-to-gray-700 {
    --tw-gradient-to: #777777 !important;
  }

  .lg\:tw-to-gray-800 {
    --tw-gradient-to: #333333 !important;
  }

  .lg\:tw-to-green-100 {
    --tw-gradient-to: #ACE342 !important;
  }

  .lg\:tw-to-green-900 {
    --tw-gradient-to: #00A850 !important;
  }

  .lg\:tw-to-blue-500 {
    --tw-gradient-to: #224257 !important;
  }

  .lg\:tw-to-blue-800 {
    --tw-gradient-to: #00263D !important;
  }

  .lg\:tw-to-blue-900 {
    --tw-gradient-to: #012942 !important;
  }

  .lg\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-150:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .lg\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .lg\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-150:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .lg\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .lg\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .lg\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .lg\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .lg\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #FAFAFA !important;
  }

  .lg\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .lg\:hover\:tw-to-gray-150:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lg\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #EDEDED !important;
  }

  .lg\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #666666 !important;
  }

  .lg\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #777777 !important;
  }

  .lg\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #333333 !important;
  }

  .lg\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #ACE342 !important;
  }

  .lg\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #00A850 !important;
  }

  .lg\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #224257 !important;
  }

  .lg\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #00263D !important;
  }

  .lg\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #012942 !important;
  }

  .lg\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-150:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .lg\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .lg\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-150:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .lg\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .lg\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .lg\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .lg\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .lg\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #FAFAFA !important;
  }

  .lg\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .lg\:focus\:tw-to-gray-150:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lg\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #EDEDED !important;
  }

  .lg\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #666666 !important;
  }

  .lg\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #777777 !important;
  }

  .lg\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #333333 !important;
  }

  .lg\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #ACE342 !important;
  }

  .lg\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #00A850 !important;
  }

  .lg\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #224257 !important;
  }

  .lg\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #00263D !important;
  }

  .lg\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #012942 !important;
  }

  .lg\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .lg\:tw-bg-center {
    background-position: center !important;
  }

  .lg\:tw-bg-left {
    background-position: left !important;
  }

  .lg\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:tw-bg-left-top {
    background-position: left top !important;
  }

  .lg\:tw-bg-right {
    background-position: right !important;
  }

  .lg\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:tw-bg-right-top {
    background-position: right top !important;
  }

  .lg\:tw-bg-top {
    background-position: top !important;
  }

  .lg\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:tw-bg-auto {
    background-size: auto !important;
  }

  .lg\:tw-bg-cover {
    background-size: cover !important;
  }

  .lg\:tw-bg-contain {
    background-size: contain !important;
  }

  .lg\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:tw-border-separate {
    border-collapse: separate !important;
  }

  .lg\:tw-border-transparent {
    border-color: transparent !important;
  }

  .lg\:tw-border-current {
    border-color: currentColor !important;
  }

  .lg\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .lg\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .lg\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-150:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .lg\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-150:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .lg\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-150:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .lg\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .lg\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .lg\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .lg\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .lg\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-llg {
    border-radius: 0.625rem !important;
  }

  .lg\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .lg\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lg\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-t-llg {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }

  .lg\:tw-rounded-r-llg {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }

  .lg\:tw-rounded-b-llg {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .lg\:tw-rounded-l-llg {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .lg\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .lg\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .lg\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .lg\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .lg\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tl-llg {
    border-top-left-radius: 0.625rem !important;
  }

  .lg\:tw-rounded-tr-llg {
    border-top-right-radius: 0.625rem !important;
  }

  .lg\:tw-rounded-br-llg {
    border-bottom-right-radius: 0.625rem !important;
  }

  .lg\:tw-rounded-bl-llg {
    border-bottom-left-radius: 0.625rem !important;
  }

  .lg\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-border-solid {
    border-style: solid !important;
  }

  .lg\:tw-border-dashed {
    border-style: dashed !important;
  }

  .lg\:tw-border-dotted {
    border-style: dotted !important;
  }

  .lg\:tw-border-double {
    border-style: double !important;
  }

  .lg\:tw-border-none {
    border-style: none !important;
  }

  .lg\:tw-border-0 {
    border-width: 0px !important;
  }

  .lg\:tw-border-2 {
    border-width: 2px !important;
  }

  .lg\:tw-border-4 {
    border-width: 4px !important;
  }

  .lg\:tw-border-8 {
    border-width: 8px !important;
  }

  .lg\:tw-border {
    border-width: 1px !important;
  }

  .lg\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .lg\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .lg\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .lg\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:tw-border-t {
    border-top-width: 1px !important;
  }

  .lg\:tw-border-r {
    border-right-width: 1px !important;
  }

  .lg\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:tw-border-l {
    border-left-width: 1px !important;
  }

  .lg\:tw-box-border {
    box-sizing: border-box !important;
  }

  .lg\:tw-box-content {
    box-sizing: content-box !important;
  }

  .lg\:tw-cursor-auto {
    cursor: auto !important;
  }

  .lg\:tw-cursor-default {
    cursor: default !important;
  }

  .lg\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:tw-cursor-wait {
    cursor: wait !important;
  }

  .lg\:tw-cursor-text {
    cursor: text !important;
  }

  .lg\:tw-cursor-move {
    cursor: move !important;
  }

  .lg\:tw-cursor-help {
    cursor: help !important;
  }

  .lg\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:tw-block {
    display: block !important;
  }

  .lg\:tw-inline-block {
    display: inline-block !important;
  }

  .lg\:tw-inline {
    display: inline !important;
  }

  .lg\:tw-flex {
    display: flex !important;
  }

  .lg\:tw-inline-flex {
    display: inline-flex !important;
  }

  .lg\:tw-table {
    display: table !important;
  }

  .lg\:tw-table-caption {
    display: table-caption !important;
  }

  .lg\:tw-table-cell {
    display: table-cell !important;
  }

  .lg\:tw-table-column {
    display: table-column !important;
  }

  .lg\:tw-table-column-group {
    display: table-column-group !important;
  }

  .lg\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:tw-table-header-group {
    display: table-header-group !important;
  }

  .lg\:tw-table-row-group {
    display: table-row-group !important;
  }

  .lg\:tw-table-row {
    display: table-row !important;
  }

  .lg\:tw-flow-root {
    display: flow-root !important;
  }

  .lg\:tw-grid {
    display: grid !important;
  }

  .lg\:tw-inline-grid {
    display: inline-grid !important;
  }

  .lg\:tw-contents {
    display: contents !important;
  }

  .lg\:tw-hidden {
    display: none !important;
  }

  .lg\:tw-flex-row {
    flex-direction: row !important;
  }

  .lg\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:tw-flex-col {
    flex-direction: column !important;
  }

  .lg\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lg\:tw-place-items-auto {
    place-items: auto !important;
  }

  .lg\:tw-place-items-start {
    place-items: start !important;
  }

  .lg\:tw-place-items-end {
    place-items: end !important;
  }

  .lg\:tw-place-items-center {
    place-items: center !important;
  }

  .lg\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .lg\:tw-place-content-center {
    place-content: center !important;
  }

  .lg\:tw-place-content-start {
    place-content: start !important;
  }

  .lg\:tw-place-content-end {
    place-content: end !important;
  }

  .lg\:tw-place-content-between {
    place-content: space-between !important;
  }

  .lg\:tw-place-content-around {
    place-content: space-around !important;
  }

  .lg\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .lg\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .lg\:tw-place-self-auto {
    place-self: auto !important;
  }

  .lg\:tw-place-self-start {
    place-self: start !important;
  }

  .lg\:tw-place-self-end {
    place-self: end !important;
  }

  .lg\:tw-place-self-center {
    place-self: center !important;
  }

  .lg\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .lg\:tw-items-start {
    align-items: flex-start !important;
  }

  .lg\:tw-items-end {
    align-items: flex-end !important;
  }

  .lg\:tw-items-center {
    align-items: center !important;
  }

  .lg\:tw-items-baseline {
    align-items: baseline !important;
  }

  .lg\:tw-items-stretch {
    align-items: stretch !important;
  }

  .lg\:tw-content-center {
    align-content: center !important;
  }

  .lg\:tw-content-start {
    align-content: flex-start !important;
  }

  .lg\:tw-content-end {
    align-content: flex-end !important;
  }

  .lg\:tw-content-between {
    align-content: space-between !important;
  }

  .lg\:tw-content-around {
    align-content: space-around !important;
  }

  .lg\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .lg\:tw-self-auto {
    align-self: auto !important;
  }

  .lg\:tw-self-start {
    align-self: flex-start !important;
  }

  .lg\:tw-self-end {
    align-self: flex-end !important;
  }

  .lg\:tw-self-center {
    align-self: center !important;
  }

  .lg\:tw-self-stretch {
    align-self: stretch !important;
  }

  .lg\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .lg\:tw-justify-items-start {
    justify-items: start !important;
  }

  .lg\:tw-justify-items-end {
    justify-items: end !important;
  }

  .lg\:tw-justify-items-center {
    justify-items: center !important;
  }

  .lg\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .lg\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .lg\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .lg\:tw-justify-center {
    justify-content: center !important;
  }

  .lg\:tw-justify-between {
    justify-content: space-between !important;
  }

  .lg\:tw-justify-around {
    justify-content: space-around !important;
  }

  .lg\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .lg\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .lg\:tw-justify-self-start {
    justify-self: start !important;
  }

  .lg\:tw-justify-self-end {
    justify-self: end !important;
  }

  .lg\:tw-justify-self-center {
    justify-self: center !important;
  }

  .lg\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .lg\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:tw-flex-none {
    flex: none !important;
  }

  .lg\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:tw-order-1 {
    order: 1 !important;
  }

  .lg\:tw-order-2 {
    order: 2 !important;
  }

  .lg\:tw-order-3 {
    order: 3 !important;
  }

  .lg\:tw-order-4 {
    order: 4 !important;
  }

  .lg\:tw-order-5 {
    order: 5 !important;
  }

  .lg\:tw-order-6 {
    order: 6 !important;
  }

  .lg\:tw-order-7 {
    order: 7 !important;
  }

  .lg\:tw-order-8 {
    order: 8 !important;
  }

  .lg\:tw-order-9 {
    order: 9 !important;
  }

  .lg\:tw-order-10 {
    order: 10 !important;
  }

  .lg\:tw-order-11 {
    order: 11 !important;
  }

  .lg\:tw-order-12 {
    order: 12 !important;
  }

  .lg\:tw-order-first {
    order: -9999 !important;
  }

  .lg\:tw-order-last {
    order: 9999 !important;
  }

  .lg\:tw-order-none {
    order: 0 !important;
  }

  .lg\:tw-float-right {
    float: right !important;
  }

  .lg\:tw-float-left {
    float: left !important;
  }

  .lg\:tw-float-none {
    float: none !important;
  }

  .lg\:tw-clear-left {
    clear: left !important;
  }

  .lg\:tw-clear-right {
    clear: right !important;
  }

  .lg\:tw-clear-both {
    clear: both !important;
  }

  .lg\:tw-clear-none {
    clear: none !important;
  }

  .lg\:tw-font-helvetica {
    font-family: Helvetica, Arial, sans-serif !important;
  }

  .lg\:tw-font-kanit {
    font-family: Kanit, sans-serif !important;
  }

  .lg\:tw-font-thin {
    font-weight: 100 !important;
  }

  .lg\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .lg\:tw-font-light {
    font-weight: 300 !important;
  }

  .lg\:tw-font-normal {
    font-weight: 400 !important;
  }

  .lg\:tw-font-medium {
    font-weight: 500 !important;
  }

  .lg\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .lg\:tw-font-bold {
    font-weight: 700 !important;
  }

  .lg\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:tw-font-black {
    font-weight: 900 !important;
  }

  .lg\:tw-h-0 {
    height: 0px !important;
  }

  .lg\:tw-h-1 {
    height: 0.25rem !important;
  }

  .lg\:tw-h-2 {
    height: 0.5rem !important;
  }

  .lg\:tw-h-3 {
    height: 0.75rem !important;
  }

  .lg\:tw-h-4 {
    height: 1rem !important;
  }

  .lg\:tw-h-5 {
    height: 1.25rem !important;
  }

  .lg\:tw-h-6 {
    height: 1.5rem !important;
  }

  .lg\:tw-h-7 {
    height: 1.75rem !important;
  }

  .lg\:tw-h-8 {
    height: 2rem !important;
  }

  .lg\:tw-h-9 {
    height: 2.25rem !important;
  }

  .lg\:tw-h-10 {
    height: 2.5rem !important;
  }

  .lg\:tw-h-11 {
    height: 2.75rem !important;
  }

  .lg\:tw-h-12 {
    height: 3rem !important;
  }

  .lg\:tw-h-14 {
    height: 3.5rem !important;
  }

  .lg\:tw-h-16 {
    height: 4rem !important;
  }

  .lg\:tw-h-20 {
    height: 5rem !important;
  }

  .lg\:tw-h-24 {
    height: 6rem !important;
  }

  .lg\:tw-h-28 {
    height: 7rem !important;
  }

  .lg\:tw-h-32 {
    height: 8rem !important;
  }

  .lg\:tw-h-36 {
    height: 9rem !important;
  }

  .lg\:tw-h-40 {
    height: 10rem !important;
  }

  .lg\:tw-h-44 {
    height: 11rem !important;
  }

  .lg\:tw-h-48 {
    height: 12rem !important;
  }

  .lg\:tw-h-52 {
    height: 13rem !important;
  }

  .lg\:tw-h-56 {
    height: 14rem !important;
  }

  .lg\:tw-h-60 {
    height: 15rem !important;
  }

  .lg\:tw-h-64 {
    height: 16rem !important;
  }

  .lg\:tw-h-72 {
    height: 18rem !important;
  }

  .lg\:tw-h-80 {
    height: 20rem !important;
  }

  .lg\:tw-h-96 {
    height: 24rem !important;
  }

  .lg\:tw-h-auto {
    height: auto !important;
  }

  .lg\:tw-h-px {
    height: 1px !important;
  }

  .lg\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .lg\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .lg\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .lg\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .lg\:tw-h-1\/2 {
    height: 50% !important;
  }

  .lg\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .lg\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .lg\:tw-h-1\/4 {
    height: 25% !important;
  }

  .lg\:tw-h-2\/4 {
    height: 50% !important;
  }

  .lg\:tw-h-3\/4 {
    height: 75% !important;
  }

  .lg\:tw-h-1\/5 {
    height: 20% !important;
  }

  .lg\:tw-h-2\/5 {
    height: 40% !important;
  }

  .lg\:tw-h-3\/5 {
    height: 60% !important;
  }

  .lg\:tw-h-4\/5 {
    height: 80% !important;
  }

  .lg\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .lg\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .lg\:tw-h-3\/6 {
    height: 50% !important;
  }

  .lg\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .lg\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .lg\:tw-h-full {
    height: 100% !important;
  }

  .lg\:tw-h-screen {
    height: 100vh !important;
  }

  .lg\:tw-text-xxs {
    font-size: 0.4375rem !important;
    line-height: 0.57rem !important;
  }

  .lg\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .lg\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:tw-text-xxl {
    font-size: 1.429rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-5xs {
    font-size: 0.5rem !important;
    line-height: 0.53rem !important;
  }

  .lg\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .lg\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .lg\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .lg\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .lg\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .lg\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .lg\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .lg\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .lg\:tw-leading-none {
    line-height: 1 !important;
  }

  .lg\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .lg\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .lg\:tw-leading-loose {
    line-height: 2 !important;
  }

  .lg\:tw-list-inside {
    list-style-position: inside !important;
  }

  .lg\:tw-list-outside {
    list-style-position: outside !important;
  }

  .lg\:tw-list-none {
    list-style-type: none !important;
  }

  .lg\:tw-list-disc {
    list-style-type: disc !important;
  }

  .lg\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:tw-m-0 {
    margin: 0px !important;
  }

  .lg\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .lg\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .lg\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .lg\:tw-m-4 {
    margin: 1rem !important;
  }

  .lg\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .lg\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .lg\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .lg\:tw-m-8 {
    margin: 2rem !important;
  }

  .lg\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .lg\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .lg\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .lg\:tw-m-12 {
    margin: 3rem !important;
  }

  .lg\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .lg\:tw-m-16 {
    margin: 4rem !important;
  }

  .lg\:tw-m-20 {
    margin: 5rem !important;
  }

  .lg\:tw-m-24 {
    margin: 6rem !important;
  }

  .lg\:tw-m-28 {
    margin: 7rem !important;
  }

  .lg\:tw-m-32 {
    margin: 8rem !important;
  }

  .lg\:tw-m-36 {
    margin: 9rem !important;
  }

  .lg\:tw-m-40 {
    margin: 10rem !important;
  }

  .lg\:tw-m-44 {
    margin: 11rem !important;
  }

  .lg\:tw-m-48 {
    margin: 12rem !important;
  }

  .lg\:tw-m-52 {
    margin: 13rem !important;
  }

  .lg\:tw-m-56 {
    margin: 14rem !important;
  }

  .lg\:tw-m-60 {
    margin: 15rem !important;
  }

  .lg\:tw-m-64 {
    margin: 16rem !important;
  }

  .lg\:tw-m-72 {
    margin: 18rem !important;
  }

  .lg\:tw-m-80 {
    margin: 20rem !important;
  }

  .lg\:tw-m-96 {
    margin: 24rem !important;
  }

  .lg\:tw-m-auto {
    margin: auto !important;
  }

  .lg\:tw-m-px {
    margin: 1px !important;
  }

  .lg\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .lg\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .lg\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .lg\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .lg\:tw--m-0 {
    margin: 0px !important;
  }

  .lg\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .lg\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .lg\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .lg\:tw--m-4 {
    margin: -1rem !important;
  }

  .lg\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .lg\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .lg\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .lg\:tw--m-8 {
    margin: -2rem !important;
  }

  .lg\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .lg\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .lg\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .lg\:tw--m-12 {
    margin: -3rem !important;
  }

  .lg\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .lg\:tw--m-16 {
    margin: -4rem !important;
  }

  .lg\:tw--m-20 {
    margin: -5rem !important;
  }

  .lg\:tw--m-24 {
    margin: -6rem !important;
  }

  .lg\:tw--m-28 {
    margin: -7rem !important;
  }

  .lg\:tw--m-32 {
    margin: -8rem !important;
  }

  .lg\:tw--m-36 {
    margin: -9rem !important;
  }

  .lg\:tw--m-40 {
    margin: -10rem !important;
  }

  .lg\:tw--m-44 {
    margin: -11rem !important;
  }

  .lg\:tw--m-48 {
    margin: -12rem !important;
  }

  .lg\:tw--m-52 {
    margin: -13rem !important;
  }

  .lg\:tw--m-56 {
    margin: -14rem !important;
  }

  .lg\:tw--m-60 {
    margin: -15rem !important;
  }

  .lg\:tw--m-64 {
    margin: -16rem !important;
  }

  .lg\:tw--m-72 {
    margin: -18rem !important;
  }

  .lg\:tw--m-80 {
    margin: -20rem !important;
  }

  .lg\:tw--m-96 {
    margin: -24rem !important;
  }

  .lg\:tw--m-px {
    margin: -1px !important;
  }

  .lg\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .lg\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .lg\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .lg\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .lg\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lg\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .lg\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .lg\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .lg\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .lg\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lg\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .lg\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .lg\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .lg\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .lg\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .lg\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lg\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lg\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lg\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .lg\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .lg\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .lg\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .lg\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .lg\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .lg\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .lg\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .lg\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .lg\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .lg\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .lg\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .lg\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .lg\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .lg\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .lg\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .lg\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .lg\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .lg\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .lg\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .lg\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .lg\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .lg\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .lg\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .lg\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .lg\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .lg\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .lg\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .lg\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .lg\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .lg\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .lg\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .lg\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .lg\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .lg\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .lg\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .lg\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .lg\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .lg\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .lg\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .lg\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .lg\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .lg\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .lg\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .lg\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .lg\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .lg\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .lg\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .lg\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .lg\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .lg\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .lg\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .lg\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .lg\:tw-mt-auto {
    margin-top: auto !important;
  }

  .lg\:tw-mr-auto {
    margin-right: auto !important;
  }

  .lg\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:tw-ml-auto {
    margin-left: auto !important;
  }

  .lg\:tw-mt-px {
    margin-top: 1px !important;
  }

  .lg\:tw-mr-px {
    margin-right: 1px !important;
  }

  .lg\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:tw-ml-px {
    margin-left: 1px !important;
  }

  .lg\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .lg\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .lg\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .lg\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .lg\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .lg\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .lg\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .lg\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .lg\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .lg\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .lg\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .lg\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .lg\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .lg\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .lg\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .lg\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .lg\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .lg\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .lg\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .lg\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .lg\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .lg\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .lg\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .lg\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .lg\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .lg\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .lg\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .lg\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .lg\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .lg\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .lg\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .lg\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .lg\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .lg\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .lg\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .lg\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .lg\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .lg\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .lg\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .lg\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .lg\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .lg\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .lg\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .lg\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .lg\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .lg\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .lg\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .lg\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .lg\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .lg\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .lg\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .lg\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .lg\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .lg\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .lg\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .lg\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .lg\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .lg\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .lg\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .lg\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .lg\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .lg\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .lg\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .lg\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .lg\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .lg\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .lg\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .lg\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .lg\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .lg\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .lg\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .lg\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .lg\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .lg\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .lg\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .lg\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .lg\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .lg\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .lg\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .lg\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .lg\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .lg\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .lg\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .lg\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .lg\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .lg\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .lg\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .lg\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .lg\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .lg\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .lg\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .lg\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .lg\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .lg\:tw--mt-px {
    margin-top: -1px !important;
  }

  .lg\:tw--mr-px {
    margin-right: -1px !important;
  }

  .lg\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:tw--ml-px {
    margin-left: -1px !important;
  }

  .lg\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .lg\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .lg\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .lg\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .lg\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .lg\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .lg\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .lg\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .lg\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .lg\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .lg\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .lg\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .lg\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .lg\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .lg\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .lg\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .lg\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .lg\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .lg\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .lg\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .lg\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .lg\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .lg\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .lg\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .lg\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .lg\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .lg\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .lg\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .lg\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .lg\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .lg\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .lg\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .lg\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .lg\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .lg\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .lg\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .lg\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .lg\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .lg\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .lg\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .lg\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .lg\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .lg\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .lg\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .lg\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .lg\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .lg\:tw-max-h-px {
    max-height: 1px !important;
  }

  .lg\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .lg\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .lg\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .lg\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .lg\:tw-max-h-full {
    max-height: 100% !important;
  }

  .lg\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .lg\:tw-max-w-none {
    max-width: none !important;
  }

  .lg\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .lg\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .lg\:tw-max-w-full {
    max-width: 100% !important;
  }

  .lg\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .lg\:tw-max-w-screen-xxs {
    max-width: 365px !important;
  }

  .lg\:tw-max-w-screen-xs {
    max-width: 414px !important;
  }

  .lg\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .lg\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .lg\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .lg\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .lg\:tw-min-h-full {
    min-height: 100% !important;
  }

  .lg\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .lg\:tw-min-w-full {
    min-width: 100% !important;
  }

  .lg\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lg\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .lg\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .lg\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .lg\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .lg\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .lg\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .lg\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .lg\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .lg\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .lg\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .lg\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .lg\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .lg\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .lg\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .lg\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .lg\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .lg\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .lg\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .lg\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .lg\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .lg\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .lg\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .lg\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .lg\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .lg\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .lg\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .lg\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .lg\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .lg\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .lg\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .lg\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .lg\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .lg\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .lg\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .lg\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-overflow-auto {
    overflow: auto !important;
  }

  .lg\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:tw-overflow-visible {
    overflow: visible !important;
  }

  .lg\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lg\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lg\:tw-p-0 {
    padding: 0px !important;
  }

  .lg\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .lg\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .lg\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .lg\:tw-p-4 {
    padding: 1rem !important;
  }

  .lg\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .lg\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .lg\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .lg\:tw-p-8 {
    padding: 2rem !important;
  }

  .lg\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .lg\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .lg\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .lg\:tw-p-12 {
    padding: 3rem !important;
  }

  .lg\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .lg\:tw-p-16 {
    padding: 4rem !important;
  }

  .lg\:tw-p-20 {
    padding: 5rem !important;
  }

  .lg\:tw-p-24 {
    padding: 6rem !important;
  }

  .lg\:tw-p-28 {
    padding: 7rem !important;
  }

  .lg\:tw-p-32 {
    padding: 8rem !important;
  }

  .lg\:tw-p-36 {
    padding: 9rem !important;
  }

  .lg\:tw-p-40 {
    padding: 10rem !important;
  }

  .lg\:tw-p-44 {
    padding: 11rem !important;
  }

  .lg\:tw-p-48 {
    padding: 12rem !important;
  }

  .lg\:tw-p-52 {
    padding: 13rem !important;
  }

  .lg\:tw-p-56 {
    padding: 14rem !important;
  }

  .lg\:tw-p-60 {
    padding: 15rem !important;
  }

  .lg\:tw-p-64 {
    padding: 16rem !important;
  }

  .lg\:tw-p-72 {
    padding: 18rem !important;
  }

  .lg\:tw-p-80 {
    padding: 20rem !important;
  }

  .lg\:tw-p-96 {
    padding: 24rem !important;
  }

  .lg\:tw-p-px {
    padding: 1px !important;
  }

  .lg\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .lg\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .lg\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .lg\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .lg\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lg\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lg\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .lg\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lg\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lg\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .lg\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .lg\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .lg\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .lg\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .lg\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .lg\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .lg\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .lg\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .lg\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .lg\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .lg\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .lg\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .lg\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .lg\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .lg\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .lg\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .lg\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .lg\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .lg\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .lg\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .lg\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .lg\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .lg\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .lg\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .lg\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .lg\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .lg\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .lg\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .lg\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .lg\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .lg\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .lg\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .lg\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .lg\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .lg\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .lg\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .lg\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .lg\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .lg\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .lg\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .lg\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .lg\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .lg\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .lg\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .lg\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .lg\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .lg\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .lg\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .lg\:tw-pt-px {
    padding-top: 1px !important;
  }

  .lg\:tw-pr-px {
    padding-right: 1px !important;
  }

  .lg\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:tw-pl-px {
    padding-left: 1px !important;
  }

  .lg\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .lg\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .lg\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .lg\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .lg\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .lg\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .lg\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .lg\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .lg\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .lg\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .lg\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .lg\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .lg\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .lg\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .lg\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .lg\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .lg\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-150::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-150:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-150::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-150:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-150:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:tw-static {
    position: static !important;
  }

  .lg\:tw-fixed {
    position: fixed !important;
  }

  .lg\:tw-absolute {
    position: absolute !important;
  }

  .lg\:tw-relative {
    position: relative !important;
  }

  .lg\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .lg\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .lg\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .lg\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lg\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .lg\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .lg\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .lg\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .lg\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .lg\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .lg\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .lg\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .lg\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .lg\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .lg\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .lg\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .lg\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .lg\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .lg\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .lg\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .lg\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .lg\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .lg\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .lg\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .lg\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .lg\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .lg\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .lg\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .lg\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .lg\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .lg\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .lg\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .lg\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .lg\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .lg\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .lg\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .lg\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .lg\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .lg\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lg\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .lg\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .lg\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .lg\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lg\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lg\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lg\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .lg\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .lg\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .lg\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .lg\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .lg\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lg\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .lg\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .lg\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .lg\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .lg\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .lg\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .lg\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .lg\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .lg\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .lg\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .lg\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .lg\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .lg\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .lg\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .lg\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lg\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .lg\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .lg\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .lg\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lg\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .lg\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .lg\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .lg\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .lg\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .lg\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .lg\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .lg\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .lg\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .lg\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .lg\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .lg\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .lg\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .lg\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .lg\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .lg\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .lg\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .lg\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .lg\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .lg\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .lg\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .lg\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .lg\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .lg\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .lg\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .lg\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .lg\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .lg\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .lg\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .lg\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .lg\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .lg\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .lg\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .lg\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .lg\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .lg\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .lg\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .lg\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .lg\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .lg\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .lg\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .lg\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .lg\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .lg\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .lg\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .lg\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .lg\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .lg\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .lg\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .lg\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .lg\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .lg\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .lg\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .lg\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .lg\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .lg\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .lg\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .lg\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .lg\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .lg\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .lg\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .lg\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .lg\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .lg\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .lg\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .lg\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .lg\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .lg\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .lg\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .lg\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .lg\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .lg\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .lg\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .lg\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .lg\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .lg\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .lg\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .lg\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .lg\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .lg\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .lg\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .lg\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .lg\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .lg\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .lg\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .lg\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .lg\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .lg\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .lg\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .lg\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .lg\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .lg\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lg\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lg\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .lg\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .lg\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .lg\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .lg\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .lg\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .lg\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .lg\:tw-top-0 {
    top: 0px !important;
  }

  .lg\:tw-right-0 {
    right: 0px !important;
  }

  .lg\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .lg\:tw-left-0 {
    left: 0px !important;
  }

  .lg\:tw-top-1 {
    top: 0.25rem !important;
  }

  .lg\:tw-right-1 {
    right: 0.25rem !important;
  }

  .lg\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .lg\:tw-left-1 {
    left: 0.25rem !important;
  }

  .lg\:tw-top-2 {
    top: 0.5rem !important;
  }

  .lg\:tw-right-2 {
    right: 0.5rem !important;
  }

  .lg\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .lg\:tw-left-2 {
    left: 0.5rem !important;
  }

  .lg\:tw-top-3 {
    top: 0.75rem !important;
  }

  .lg\:tw-right-3 {
    right: 0.75rem !important;
  }

  .lg\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .lg\:tw-left-3 {
    left: 0.75rem !important;
  }

  .lg\:tw-top-4 {
    top: 1rem !important;
  }

  .lg\:tw-right-4 {
    right: 1rem !important;
  }

  .lg\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .lg\:tw-left-4 {
    left: 1rem !important;
  }

  .lg\:tw-top-5 {
    top: 1.25rem !important;
  }

  .lg\:tw-right-5 {
    right: 1.25rem !important;
  }

  .lg\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .lg\:tw-left-5 {
    left: 1.25rem !important;
  }

  .lg\:tw-top-6 {
    top: 1.5rem !important;
  }

  .lg\:tw-right-6 {
    right: 1.5rem !important;
  }

  .lg\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .lg\:tw-left-6 {
    left: 1.5rem !important;
  }

  .lg\:tw-top-7 {
    top: 1.75rem !important;
  }

  .lg\:tw-right-7 {
    right: 1.75rem !important;
  }

  .lg\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .lg\:tw-left-7 {
    left: 1.75rem !important;
  }

  .lg\:tw-top-8 {
    top: 2rem !important;
  }

  .lg\:tw-right-8 {
    right: 2rem !important;
  }

  .lg\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .lg\:tw-left-8 {
    left: 2rem !important;
  }

  .lg\:tw-top-9 {
    top: 2.25rem !important;
  }

  .lg\:tw-right-9 {
    right: 2.25rem !important;
  }

  .lg\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .lg\:tw-left-9 {
    left: 2.25rem !important;
  }

  .lg\:tw-top-10 {
    top: 2.5rem !important;
  }

  .lg\:tw-right-10 {
    right: 2.5rem !important;
  }

  .lg\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .lg\:tw-left-10 {
    left: 2.5rem !important;
  }

  .lg\:tw-top-11 {
    top: 2.75rem !important;
  }

  .lg\:tw-right-11 {
    right: 2.75rem !important;
  }

  .lg\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .lg\:tw-left-11 {
    left: 2.75rem !important;
  }

  .lg\:tw-top-12 {
    top: 3rem !important;
  }

  .lg\:tw-right-12 {
    right: 3rem !important;
  }

  .lg\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .lg\:tw-left-12 {
    left: 3rem !important;
  }

  .lg\:tw-top-14 {
    top: 3.5rem !important;
  }

  .lg\:tw-right-14 {
    right: 3.5rem !important;
  }

  .lg\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .lg\:tw-left-14 {
    left: 3.5rem !important;
  }

  .lg\:tw-top-16 {
    top: 4rem !important;
  }

  .lg\:tw-right-16 {
    right: 4rem !important;
  }

  .lg\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .lg\:tw-left-16 {
    left: 4rem !important;
  }

  .lg\:tw-top-20 {
    top: 5rem !important;
  }

  .lg\:tw-right-20 {
    right: 5rem !important;
  }

  .lg\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .lg\:tw-left-20 {
    left: 5rem !important;
  }

  .lg\:tw-top-24 {
    top: 6rem !important;
  }

  .lg\:tw-right-24 {
    right: 6rem !important;
  }

  .lg\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .lg\:tw-left-24 {
    left: 6rem !important;
  }

  .lg\:tw-top-28 {
    top: 7rem !important;
  }

  .lg\:tw-right-28 {
    right: 7rem !important;
  }

  .lg\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .lg\:tw-left-28 {
    left: 7rem !important;
  }

  .lg\:tw-top-32 {
    top: 8rem !important;
  }

  .lg\:tw-right-32 {
    right: 8rem !important;
  }

  .lg\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .lg\:tw-left-32 {
    left: 8rem !important;
  }

  .lg\:tw-top-36 {
    top: 9rem !important;
  }

  .lg\:tw-right-36 {
    right: 9rem !important;
  }

  .lg\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .lg\:tw-left-36 {
    left: 9rem !important;
  }

  .lg\:tw-top-40 {
    top: 10rem !important;
  }

  .lg\:tw-right-40 {
    right: 10rem !important;
  }

  .lg\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .lg\:tw-left-40 {
    left: 10rem !important;
  }

  .lg\:tw-top-44 {
    top: 11rem !important;
  }

  .lg\:tw-right-44 {
    right: 11rem !important;
  }

  .lg\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .lg\:tw-left-44 {
    left: 11rem !important;
  }

  .lg\:tw-top-48 {
    top: 12rem !important;
  }

  .lg\:tw-right-48 {
    right: 12rem !important;
  }

  .lg\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .lg\:tw-left-48 {
    left: 12rem !important;
  }

  .lg\:tw-top-52 {
    top: 13rem !important;
  }

  .lg\:tw-right-52 {
    right: 13rem !important;
  }

  .lg\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .lg\:tw-left-52 {
    left: 13rem !important;
  }

  .lg\:tw-top-56 {
    top: 14rem !important;
  }

  .lg\:tw-right-56 {
    right: 14rem !important;
  }

  .lg\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .lg\:tw-left-56 {
    left: 14rem !important;
  }

  .lg\:tw-top-60 {
    top: 15rem !important;
  }

  .lg\:tw-right-60 {
    right: 15rem !important;
  }

  .lg\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .lg\:tw-left-60 {
    left: 15rem !important;
  }

  .lg\:tw-top-64 {
    top: 16rem !important;
  }

  .lg\:tw-right-64 {
    right: 16rem !important;
  }

  .lg\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .lg\:tw-left-64 {
    left: 16rem !important;
  }

  .lg\:tw-top-72 {
    top: 18rem !important;
  }

  .lg\:tw-right-72 {
    right: 18rem !important;
  }

  .lg\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .lg\:tw-left-72 {
    left: 18rem !important;
  }

  .lg\:tw-top-80 {
    top: 20rem !important;
  }

  .lg\:tw-right-80 {
    right: 20rem !important;
  }

  .lg\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .lg\:tw-left-80 {
    left: 20rem !important;
  }

  .lg\:tw-top-96 {
    top: 24rem !important;
  }

  .lg\:tw-right-96 {
    right: 24rem !important;
  }

  .lg\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .lg\:tw-left-96 {
    left: 24rem !important;
  }

  .lg\:tw-top-auto {
    top: auto !important;
  }

  .lg\:tw-right-auto {
    right: auto !important;
  }

  .lg\:tw-bottom-auto {
    bottom: auto !important;
  }

  .lg\:tw-left-auto {
    left: auto !important;
  }

  .lg\:tw-top-px {
    top: 1px !important;
  }

  .lg\:tw-right-px {
    right: 1px !important;
  }

  .lg\:tw-bottom-px {
    bottom: 1px !important;
  }

  .lg\:tw-left-px {
    left: 1px !important;
  }

  .lg\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .lg\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .lg\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .lg\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .lg\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .lg\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .lg\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .lg\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .lg\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .lg\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .lg\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .lg\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .lg\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .lg\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .lg\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .lg\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .lg\:tw--top-0 {
    top: 0px !important;
  }

  .lg\:tw--right-0 {
    right: 0px !important;
  }

  .lg\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .lg\:tw--left-0 {
    left: 0px !important;
  }

  .lg\:tw--top-1 {
    top: -0.25rem !important;
  }

  .lg\:tw--right-1 {
    right: -0.25rem !important;
  }

  .lg\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .lg\:tw--left-1 {
    left: -0.25rem !important;
  }

  .lg\:tw--top-2 {
    top: -0.5rem !important;
  }

  .lg\:tw--right-2 {
    right: -0.5rem !important;
  }

  .lg\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .lg\:tw--left-2 {
    left: -0.5rem !important;
  }

  .lg\:tw--top-3 {
    top: -0.75rem !important;
  }

  .lg\:tw--right-3 {
    right: -0.75rem !important;
  }

  .lg\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .lg\:tw--left-3 {
    left: -0.75rem !important;
  }

  .lg\:tw--top-4 {
    top: -1rem !important;
  }

  .lg\:tw--right-4 {
    right: -1rem !important;
  }

  .lg\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .lg\:tw--left-4 {
    left: -1rem !important;
  }

  .lg\:tw--top-5 {
    top: -1.25rem !important;
  }

  .lg\:tw--right-5 {
    right: -1.25rem !important;
  }

  .lg\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .lg\:tw--left-5 {
    left: -1.25rem !important;
  }

  .lg\:tw--top-6 {
    top: -1.5rem !important;
  }

  .lg\:tw--right-6 {
    right: -1.5rem !important;
  }

  .lg\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .lg\:tw--left-6 {
    left: -1.5rem !important;
  }

  .lg\:tw--top-7 {
    top: -1.75rem !important;
  }

  .lg\:tw--right-7 {
    right: -1.75rem !important;
  }

  .lg\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .lg\:tw--left-7 {
    left: -1.75rem !important;
  }

  .lg\:tw--top-8 {
    top: -2rem !important;
  }

  .lg\:tw--right-8 {
    right: -2rem !important;
  }

  .lg\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .lg\:tw--left-8 {
    left: -2rem !important;
  }

  .lg\:tw--top-9 {
    top: -2.25rem !important;
  }

  .lg\:tw--right-9 {
    right: -2.25rem !important;
  }

  .lg\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .lg\:tw--left-9 {
    left: -2.25rem !important;
  }

  .lg\:tw--top-10 {
    top: -2.5rem !important;
  }

  .lg\:tw--right-10 {
    right: -2.5rem !important;
  }

  .lg\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .lg\:tw--left-10 {
    left: -2.5rem !important;
  }

  .lg\:tw--top-11 {
    top: -2.75rem !important;
  }

  .lg\:tw--right-11 {
    right: -2.75rem !important;
  }

  .lg\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .lg\:tw--left-11 {
    left: -2.75rem !important;
  }

  .lg\:tw--top-12 {
    top: -3rem !important;
  }

  .lg\:tw--right-12 {
    right: -3rem !important;
  }

  .lg\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .lg\:tw--left-12 {
    left: -3rem !important;
  }

  .lg\:tw--top-14 {
    top: -3.5rem !important;
  }

  .lg\:tw--right-14 {
    right: -3.5rem !important;
  }

  .lg\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .lg\:tw--left-14 {
    left: -3.5rem !important;
  }

  .lg\:tw--top-16 {
    top: -4rem !important;
  }

  .lg\:tw--right-16 {
    right: -4rem !important;
  }

  .lg\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .lg\:tw--left-16 {
    left: -4rem !important;
  }

  .lg\:tw--top-20 {
    top: -5rem !important;
  }

  .lg\:tw--right-20 {
    right: -5rem !important;
  }

  .lg\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .lg\:tw--left-20 {
    left: -5rem !important;
  }

  .lg\:tw--top-24 {
    top: -6rem !important;
  }

  .lg\:tw--right-24 {
    right: -6rem !important;
  }

  .lg\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .lg\:tw--left-24 {
    left: -6rem !important;
  }

  .lg\:tw--top-28 {
    top: -7rem !important;
  }

  .lg\:tw--right-28 {
    right: -7rem !important;
  }

  .lg\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .lg\:tw--left-28 {
    left: -7rem !important;
  }

  .lg\:tw--top-32 {
    top: -8rem !important;
  }

  .lg\:tw--right-32 {
    right: -8rem !important;
  }

  .lg\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .lg\:tw--left-32 {
    left: -8rem !important;
  }

  .lg\:tw--top-36 {
    top: -9rem !important;
  }

  .lg\:tw--right-36 {
    right: -9rem !important;
  }

  .lg\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .lg\:tw--left-36 {
    left: -9rem !important;
  }

  .lg\:tw--top-40 {
    top: -10rem !important;
  }

  .lg\:tw--right-40 {
    right: -10rem !important;
  }

  .lg\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .lg\:tw--left-40 {
    left: -10rem !important;
  }

  .lg\:tw--top-44 {
    top: -11rem !important;
  }

  .lg\:tw--right-44 {
    right: -11rem !important;
  }

  .lg\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .lg\:tw--left-44 {
    left: -11rem !important;
  }

  .lg\:tw--top-48 {
    top: -12rem !important;
  }

  .lg\:tw--right-48 {
    right: -12rem !important;
  }

  .lg\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .lg\:tw--left-48 {
    left: -12rem !important;
  }

  .lg\:tw--top-52 {
    top: -13rem !important;
  }

  .lg\:tw--right-52 {
    right: -13rem !important;
  }

  .lg\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .lg\:tw--left-52 {
    left: -13rem !important;
  }

  .lg\:tw--top-56 {
    top: -14rem !important;
  }

  .lg\:tw--right-56 {
    right: -14rem !important;
  }

  .lg\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .lg\:tw--left-56 {
    left: -14rem !important;
  }

  .lg\:tw--top-60 {
    top: -15rem !important;
  }

  .lg\:tw--right-60 {
    right: -15rem !important;
  }

  .lg\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .lg\:tw--left-60 {
    left: -15rem !important;
  }

  .lg\:tw--top-64 {
    top: -16rem !important;
  }

  .lg\:tw--right-64 {
    right: -16rem !important;
  }

  .lg\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .lg\:tw--left-64 {
    left: -16rem !important;
  }

  .lg\:tw--top-72 {
    top: -18rem !important;
  }

  .lg\:tw--right-72 {
    right: -18rem !important;
  }

  .lg\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .lg\:tw--left-72 {
    left: -18rem !important;
  }

  .lg\:tw--top-80 {
    top: -20rem !important;
  }

  .lg\:tw--right-80 {
    right: -20rem !important;
  }

  .lg\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .lg\:tw--left-80 {
    left: -20rem !important;
  }

  .lg\:tw--top-96 {
    top: -24rem !important;
  }

  .lg\:tw--right-96 {
    right: -24rem !important;
  }

  .lg\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .lg\:tw--left-96 {
    left: -24rem !important;
  }

  .lg\:tw--top-px {
    top: -1px !important;
  }

  .lg\:tw--right-px {
    right: -1px !important;
  }

  .lg\:tw--bottom-px {
    bottom: -1px !important;
  }

  .lg\:tw--left-px {
    left: -1px !important;
  }

  .lg\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .lg\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .lg\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .lg\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .lg\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .lg\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .lg\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .lg\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .lg\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .lg\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .lg\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .lg\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .lg\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .lg\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .lg\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .lg\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .lg\:tw-top-1\/2 {
    top: 50% !important;
  }

  .lg\:tw-right-1\/2 {
    right: 50% !important;
  }

  .lg\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .lg\:tw-left-1\/2 {
    left: 50% !important;
  }

  .lg\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .lg\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .lg\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lg\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .lg\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .lg\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .lg\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .lg\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .lg\:tw-top-1\/4 {
    top: 25% !important;
  }

  .lg\:tw-right-1\/4 {
    right: 25% !important;
  }

  .lg\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .lg\:tw-left-1\/4 {
    left: 25% !important;
  }

  .lg\:tw-top-2\/4 {
    top: 50% !important;
  }

  .lg\:tw-right-2\/4 {
    right: 50% !important;
  }

  .lg\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .lg\:tw-left-2\/4 {
    left: 50% !important;
  }

  .lg\:tw-top-3\/4 {
    top: 75% !important;
  }

  .lg\:tw-right-3\/4 {
    right: 75% !important;
  }

  .lg\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .lg\:tw-left-3\/4 {
    left: 75% !important;
  }

  .lg\:tw-top-full {
    top: 100% !important;
  }

  .lg\:tw-right-full {
    right: 100% !important;
  }

  .lg\:tw-bottom-full {
    bottom: 100% !important;
  }

  .lg\:tw-left-full {
    left: 100% !important;
  }

  .lg\:tw--top-1\/2 {
    top: -50% !important;
  }

  .lg\:tw--right-1\/2 {
    right: -50% !important;
  }

  .lg\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .lg\:tw--left-1\/2 {
    left: -50% !important;
  }

  .lg\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .lg\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .lg\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .lg\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .lg\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .lg\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .lg\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .lg\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .lg\:tw--top-1\/4 {
    top: -25% !important;
  }

  .lg\:tw--right-1\/4 {
    right: -25% !important;
  }

  .lg\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .lg\:tw--left-1\/4 {
    left: -25% !important;
  }

  .lg\:tw--top-2\/4 {
    top: -50% !important;
  }

  .lg\:tw--right-2\/4 {
    right: -50% !important;
  }

  .lg\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .lg\:tw--left-2\/4 {
    left: -50% !important;
  }

  .lg\:tw--top-3\/4 {
    top: -75% !important;
  }

  .lg\:tw--right-3\/4 {
    right: -75% !important;
  }

  .lg\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .lg\:tw--left-3\/4 {
    left: -75% !important;
  }

  .lg\:tw--top-full {
    top: -100% !important;
  }

  .lg\:tw--right-full {
    right: -100% !important;
  }

  .lg\:tw--bottom-full {
    bottom: -100% !important;
  }

  .lg\:tw--left-full {
    left: -100% !important;
  }

  .lg\:tw-resize-none {
    resize: none !important;
  }

  .lg\:tw-resize-y {
    resize: vertical !important;
  }

  .lg\:tw-resize-x {
    resize: horizontal !important;
  }

  .lg\:tw-resize {
    resize: both !important;
  }

  .lg\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .lg\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .lg\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .lg\:tw-ring-offset-gray-150 {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lg\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .lg\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #666666 !important;
  }

  .lg\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #777777 !important;
  }

  .lg\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #333333 !important;
  }

  .lg\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .lg\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #00A850 !important;
  }

  .lg\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #224257 !important;
  }

  .lg\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #00263D !important;
  }

  .lg\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #012942 !important;
  }

  .lg\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #777777 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #00A850 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #224257 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #00263D !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #012942 !important;
  }

  .lg\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .lg\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-150:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .lg\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #777777 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .lg\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .lg\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #00A850 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #224257 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #00263D !important;
  }

  .lg\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #012942 !important;
  }

  .lg\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .lg\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .lg\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-150 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-150:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-150:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:tw-fill-current {
    fill: currentColor !important;
  }

  .lg\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .lg\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:tw-table-auto {
    table-layout: auto !important;
  }

  .lg\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .lg\:tw-text-left {
    text-align: left !important;
  }

  .lg\:tw-text-center {
    text-align: center !important;
  }

  .lg\:tw-text-right {
    text-align: right !important;
  }

  .lg\:tw-text-justify {
    text-align: justify !important;
  }

  .lg\:tw-text-transparent {
    color: transparent !important;
  }

  .lg\:tw-text-current {
    color: currentColor !important;
  }

  .lg\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .lg\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .lg\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-150:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .lg\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-150:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .lg\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-150:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .lg\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .lg\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .lg\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .lg\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .lg\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .lg\:tw-italic {
    font-style: italic !important;
  }

  .lg\:tw-not-italic {
    font-style: normal !important;
  }

  .lg\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .lg\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .lg\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .lg\:tw-normal-case {
    text-transform: none !important;
  }

  .lg\:tw-underline {
    text-decoration: underline !important;
  }

  .lg\:tw-line-through {
    text-decoration: line-through !important;
  }

  .lg\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .lg\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .lg\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .lg\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .lg\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tw-ordinal, .lg\:tw-slashed-zero, .lg\:tw-lining-nums, .lg\:tw-oldstyle-nums, .lg\:tw-proportional-nums, .lg\:tw-tabular-nums, .lg\:tw-diagonal-fractions, .lg\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .lg\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .lg\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .lg\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .lg\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .lg\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:tw-align-top {
    vertical-align: top !important;
  }

  .lg\:tw-align-middle {
    vertical-align: middle !important;
  }

  .lg\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:tw-visible {
    visibility: visible !important;
  }

  .lg\:tw-invisible {
    visibility: hidden !important;
  }

  .lg\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .lg\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .lg\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .lg\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .lg\:tw-break-all {
    word-break: break-all !important;
  }

  .lg\:tw-w-0 {
    width: 0px !important;
  }

  .lg\:tw-w-1 {
    width: 0.25rem !important;
  }

  .lg\:tw-w-2 {
    width: 0.5rem !important;
  }

  .lg\:tw-w-3 {
    width: 0.75rem !important;
  }

  .lg\:tw-w-4 {
    width: 1rem !important;
  }

  .lg\:tw-w-5 {
    width: 1.25rem !important;
  }

  .lg\:tw-w-6 {
    width: 1.5rem !important;
  }

  .lg\:tw-w-7 {
    width: 1.75rem !important;
  }

  .lg\:tw-w-8 {
    width: 2rem !important;
  }

  .lg\:tw-w-9 {
    width: 2.25rem !important;
  }

  .lg\:tw-w-10 {
    width: 2.5rem !important;
  }

  .lg\:tw-w-11 {
    width: 2.75rem !important;
  }

  .lg\:tw-w-12 {
    width: 3rem !important;
  }

  .lg\:tw-w-14 {
    width: 3.5rem !important;
  }

  .lg\:tw-w-16 {
    width: 4rem !important;
  }

  .lg\:tw-w-20 {
    width: 5rem !important;
  }

  .lg\:tw-w-24 {
    width: 6rem !important;
  }

  .lg\:tw-w-28 {
    width: 7rem !important;
  }

  .lg\:tw-w-32 {
    width: 8rem !important;
  }

  .lg\:tw-w-36 {
    width: 9rem !important;
  }

  .lg\:tw-w-40 {
    width: 10rem !important;
  }

  .lg\:tw-w-44 {
    width: 11rem !important;
  }

  .lg\:tw-w-48 {
    width: 12rem !important;
  }

  .lg\:tw-w-52 {
    width: 13rem !important;
  }

  .lg\:tw-w-56 {
    width: 14rem !important;
  }

  .lg\:tw-w-60 {
    width: 15rem !important;
  }

  .lg\:tw-w-64 {
    width: 16rem !important;
  }

  .lg\:tw-w-72 {
    width: 18rem !important;
  }

  .lg\:tw-w-80 {
    width: 20rem !important;
  }

  .lg\:tw-w-96 {
    width: 24rem !important;
  }

  .lg\:tw-w-auto {
    width: auto !important;
  }

  .lg\:tw-w-px {
    width: 1px !important;
  }

  .lg\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .lg\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .lg\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .lg\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .lg\:tw-w-1\/2 {
    width: 50% !important;
  }

  .lg\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-1\/4 {
    width: 25% !important;
  }

  .lg\:tw-w-2\/4 {
    width: 50% !important;
  }

  .lg\:tw-w-3\/4 {
    width: 75% !important;
  }

  .lg\:tw-w-1\/5 {
    width: 20% !important;
  }

  .lg\:tw-w-2\/5 {
    width: 40% !important;
  }

  .lg\:tw-w-3\/5 {
    width: 60% !important;
  }

  .lg\:tw-w-4\/5 {
    width: 80% !important;
  }

  .lg\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-3\/6 {
    width: 50% !important;
  }

  .lg\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:tw-w-3\/12 {
    width: 25% !important;
  }

  .lg\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:tw-w-6\/12 {
    width: 50% !important;
  }

  .lg\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-9\/12 {
    width: 75% !important;
  }

  .lg\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:tw-w-full {
    width: 100% !important;
  }

  .lg\:tw-w-screen {
    width: 100vw !important;
  }

  .lg\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:tw-z-0 {
    z-index: 0 !important;
  }

  .lg\:tw-z-10 {
    z-index: 10 !important;
  }

  .lg\:tw-z-20 {
    z-index: 20 !important;
  }

  .lg\:tw-z-30 {
    z-index: 30 !important;
  }

  .lg\:tw-z-40 {
    z-index: 40 !important;
  }

  .lg\:tw-z-50 {
    z-index: 50 !important;
  }

  .lg\:tw-z-auto {
    z-index: auto !important;
  }

  .lg\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .lg\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .lg\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .lg\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .lg\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .lg\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .lg\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .lg\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .lg\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .lg\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .lg\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .lg\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .lg\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .lg\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .lg\:tw-gap-0 {
    gap: 0px !important;
  }

  .lg\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .lg\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .lg\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .lg\:tw-gap-4 {
    gap: 1rem !important;
  }

  .lg\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .lg\:tw-gap-8 {
    gap: 2rem !important;
  }

  .lg\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .lg\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .lg\:tw-gap-12 {
    gap: 3rem !important;
  }

  .lg\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .lg\:tw-gap-16 {
    gap: 4rem !important;
  }

  .lg\:tw-gap-20 {
    gap: 5rem !important;
  }

  .lg\:tw-gap-24 {
    gap: 6rem !important;
  }

  .lg\:tw-gap-28 {
    gap: 7rem !important;
  }

  .lg\:tw-gap-32 {
    gap: 8rem !important;
  }

  .lg\:tw-gap-36 {
    gap: 9rem !important;
  }

  .lg\:tw-gap-40 {
    gap: 10rem !important;
  }

  .lg\:tw-gap-44 {
    gap: 11rem !important;
  }

  .lg\:tw-gap-48 {
    gap: 12rem !important;
  }

  .lg\:tw-gap-52 {
    gap: 13rem !important;
  }

  .lg\:tw-gap-56 {
    gap: 14rem !important;
  }

  .lg\:tw-gap-60 {
    gap: 15rem !important;
  }

  .lg\:tw-gap-64 {
    gap: 16rem !important;
  }

  .lg\:tw-gap-72 {
    gap: 18rem !important;
  }

  .lg\:tw-gap-80 {
    gap: 20rem !important;
  }

  .lg\:tw-gap-96 {
    gap: 24rem !important;
  }

  .lg\:tw-gap-px {
    gap: 1px !important;
  }

  .lg\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .lg\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .lg\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .lg\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .lg\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .lg\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .lg\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .lg\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lg\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lg\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:tw-col-auto {
    grid-column: auto !important;
  }

  .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lg\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:tw-row-auto {
    grid-row: auto !important;
  }

  .lg\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:tw-transform-none {
    transform: none !important;
  }

  .lg\:tw-origin-center {
    transform-origin: center !important;
  }

  .lg\:tw-origin-top {
    transform-origin: top !important;
  }

  .lg\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .lg\:tw-origin-right {
    transform-origin: right !important;
  }

  .lg\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lg\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .lg\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lg\:tw-origin-left {
    transform-origin: left !important;
  }

  .lg\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .lg\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .lg\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .lg\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .lg\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .lg\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .lg\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .lg\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .lg\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .lg\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .lg\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .lg\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .lg\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .lg\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .lg\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .lg\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .lg\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .lg\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .lg\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .lg\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .lg\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .lg\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .lg\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .lg\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .lg\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .lg\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .lg\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .lg\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .lg\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .lg\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .lg\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .lg\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .lg\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .lg\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .lg\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .lg\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .lg\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .lg\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .lg\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .lg\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .lg\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .lg\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .lg\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .lg\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .lg\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .lg\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .lg\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .lg\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .lg\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .lg\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .lg\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .lg\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .lg\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .lg\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .lg\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .lg\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .lg\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .lg\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .lg\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .lg\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .lg\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .lg\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .lg\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .lg\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .lg\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .lg\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .lg\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .lg\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .lg\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .lg\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .lg\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .lg\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .lg\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .lg\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .lg\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .lg\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .lg\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .lg\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .lg\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .lg\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .lg\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .lg\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .lg\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .lg\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .lg\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .lg\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .lg\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .lg\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .lg\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .lg\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .lg\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .lg\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .lg\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .lg\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .lg\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .lg\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .lg\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .lg\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .lg\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .lg\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .lg\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .lg\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .lg\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .lg\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .lg\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .lg\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .lg\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .lg\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .lg\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .lg\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .lg\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .lg\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .lg\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .lg\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .lg\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .lg\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .lg\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .lg\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .lg\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .lg\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .lg\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .lg\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .lg\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .lg\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .lg\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .lg\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .lg\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .lg\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .lg\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .lg\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .lg\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .lg\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .lg\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .lg\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .lg\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .lg\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .lg\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .lg\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .lg\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .lg\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .lg\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .lg\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .lg\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .lg\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .lg\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .lg\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .lg\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .lg\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .lg\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .lg\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .lg\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .lg\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .lg\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .lg\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .lg\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .lg\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .lg\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .lg\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .lg\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .lg\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .lg\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .lg\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .lg\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .lg\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .lg\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .lg\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .lg\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .lg\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .lg\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .lg\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .lg\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .lg\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .lg\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .lg\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .lg\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .lg\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .lg\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .lg\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .lg\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .lg\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .lg\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .lg\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .lg\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .lg\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .lg\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .lg\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .lg\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .lg\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .lg\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .lg\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .lg\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .lg\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .lg\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .lg\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .lg\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .lg\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .lg\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .lg\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .lg\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .lg\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .lg\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .lg\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .lg\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .lg\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .lg\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .lg\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .lg\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .lg\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .lg\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .lg\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .lg\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .lg\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .lg\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .lg\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .lg\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .lg\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .lg\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .lg\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .lg\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .lg\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .lg\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .lg\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .lg\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .lg\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .lg\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .lg\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .lg\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .lg\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .lg\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .lg\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .lg\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .lg\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .lg\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .lg\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .lg\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .lg\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .lg\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .lg\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .lg\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .lg\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .lg\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .lg\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .lg\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .lg\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .lg\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .lg\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .lg\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .lg\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .lg\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .lg\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .lg\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .lg\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .lg\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .lg\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .lg\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .lg\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .lg\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .lg\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .lg\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .lg\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .lg\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .lg\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .lg\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .lg\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .lg\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .lg\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .lg\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .lg\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .lg\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .lg\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .lg\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .lg\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .lg\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .lg\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .lg\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .lg\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .lg\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .lg\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .lg\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .lg\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .lg\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .lg\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .lg\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .lg\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .lg\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .lg\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .lg\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .lg\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .lg\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .lg\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .lg\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .lg\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .lg\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .lg\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .lg\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .lg\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .lg\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .lg\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .lg\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .lg\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .lg\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .lg\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .lg\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .lg\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .lg\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .lg\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .lg\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .lg\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .lg\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .lg\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .lg\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .lg\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .lg\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .lg\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .lg\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .lg\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .lg\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .lg\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .lg\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .lg\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .lg\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .lg\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .lg\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .lg\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .lg\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .lg\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .lg\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .lg\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .lg\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .lg\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .lg\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .lg\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .lg\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .lg\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .lg\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .lg\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .lg\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .lg\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .lg\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .lg\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .lg\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .lg\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .lg\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .lg\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .lg\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .lg\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .lg\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .lg\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .lg\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .lg\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .lg\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .lg\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .lg\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .lg\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .lg\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .lg\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .lg\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .lg\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .lg\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .lg\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .lg\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .lg\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .lg\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .lg\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .lg\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .lg\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .lg\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .lg\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .lg\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .lg\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .lg\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .lg\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .lg\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .lg\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .lg\:tw-transition-none {
    transition-property: none !important;
  }

  .lg\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .lg\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .lg\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .lg\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .lg\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .lg\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .lg\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .lg\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .lg\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lg\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .lg\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .lg\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .lg\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .lg\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .lg\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .lg\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .lg\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .lg\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .lg\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .xl\:tw-space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .xl\:tw-divide-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .xl\:tw-divide-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .xl\:tw-divide-transparent &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .xl\:tw-divide-current &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .xl\:tw-divide-white &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-black &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-150 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-200 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-600 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-700 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-500 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-solid &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .xl\:tw-divide-dashed &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .xl\:tw-divide-dotted &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .xl\:tw-divide-double &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .xl\:tw-divide-none &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .xl\:tw-divide-opacity-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .xl\:tw-divide-opacity-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .xl\:tw-divide-opacity-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .xl\:tw-divide-opacity-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xl\:tw-divide-opacity-25 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .xl\:tw-divide-opacity-30 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .xl\:tw-divide-opacity-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .xl\:tw-divide-opacity-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .xl\:tw-divide-opacity-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .xl\:tw-divide-opacity-70 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xl\:tw-divide-opacity-75 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .xl\:tw-divide-opacity-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .xl\:tw-divide-opacity-90 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .xl\:tw-divide-opacity-95 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .xl\:tw-divide-opacity-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .xl\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:tw-bg-local {
    background-attachment: local !important;
  }

  .xl\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .xl\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xl\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .xl\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .xl\:tw-bg-current {
    background-color: currentColor !important;
  }

  .xl\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xl\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xl\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-150:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .xl\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-150:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .xl\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-150:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-none {
    background-image: none !important;
  }

  .xl\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-from-gray-50 {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:tw-from-gray-100 {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xl\:tw-from-gray-150 {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:tw-from-gray-200 {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:tw-from-gray-600 {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:tw-from-gray-700 {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xl\:tw-from-gray-800 {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:tw-from-green-100 {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xl\:tw-from-green-900 {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xl\:tw-from-blue-500 {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xl\:tw-from-blue-800 {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xl\:tw-from-blue-900 {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xl\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xl\:tw-via-gray-150 {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xl\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xl\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xl\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xl\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xl\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xl\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xl\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .xl\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .xl\:tw-to-gray-50 {
    --tw-gradient-to: #FAFAFA !important;
  }

  .xl\:tw-to-gray-100 {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .xl\:tw-to-gray-150 {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xl\:tw-to-gray-200 {
    --tw-gradient-to: #EDEDED !important;
  }

  .xl\:tw-to-gray-600 {
    --tw-gradient-to: #666666 !important;
  }

  .xl\:tw-to-gray-700 {
    --tw-gradient-to: #777777 !important;
  }

  .xl\:tw-to-gray-800 {
    --tw-gradient-to: #333333 !important;
  }

  .xl\:tw-to-green-100 {
    --tw-gradient-to: #ACE342 !important;
  }

  .xl\:tw-to-green-900 {
    --tw-gradient-to: #00A850 !important;
  }

  .xl\:tw-to-blue-500 {
    --tw-gradient-to: #224257 !important;
  }

  .xl\:tw-to-blue-800 {
    --tw-gradient-to: #00263D !important;
  }

  .xl\:tw-to-blue-900 {
    --tw-gradient-to: #012942 !important;
  }

  .xl\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-150:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xl\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xl\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-150:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xl\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xl\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xl\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .xl\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .xl\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #FAFAFA !important;
  }

  .xl\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .xl\:hover\:tw-to-gray-150:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xl\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #EDEDED !important;
  }

  .xl\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #666666 !important;
  }

  .xl\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #777777 !important;
  }

  .xl\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #333333 !important;
  }

  .xl\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #ACE342 !important;
  }

  .xl\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #00A850 !important;
  }

  .xl\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #224257 !important;
  }

  .xl\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #00263D !important;
  }

  .xl\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #012942 !important;
  }

  .xl\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-150:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xl\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xl\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-150:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .xl\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .xl\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xl\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .xl\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .xl\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #FAFAFA !important;
  }

  .xl\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .xl\:focus\:tw-to-gray-150:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xl\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #EDEDED !important;
  }

  .xl\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #666666 !important;
  }

  .xl\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #777777 !important;
  }

  .xl\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #333333 !important;
  }

  .xl\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #ACE342 !important;
  }

  .xl\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #00A850 !important;
  }

  .xl\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #224257 !important;
  }

  .xl\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #00263D !important;
  }

  .xl\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #012942 !important;
  }

  .xl\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .xl\:tw-bg-center {
    background-position: center !important;
  }

  .xl\:tw-bg-left {
    background-position: left !important;
  }

  .xl\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:tw-bg-left-top {
    background-position: left top !important;
  }

  .xl\:tw-bg-right {
    background-position: right !important;
  }

  .xl\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:tw-bg-right-top {
    background-position: right top !important;
  }

  .xl\:tw-bg-top {
    background-position: top !important;
  }

  .xl\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .xl\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .xl\:tw-bg-auto {
    background-size: auto !important;
  }

  .xl\:tw-bg-cover {
    background-size: cover !important;
  }

  .xl\:tw-bg-contain {
    background-size: contain !important;
  }

  .xl\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .xl\:tw-border-separate {
    border-collapse: separate !important;
  }

  .xl\:tw-border-transparent {
    border-color: transparent !important;
  }

  .xl\:tw-border-current {
    border-color: currentColor !important;
  }

  .xl\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xl\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .xl\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-150:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .xl\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-150:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .xl\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-150:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xl\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xl\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xl\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xl\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .xl\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xl\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-llg {
    border-radius: 0.625rem !important;
  }

  .xl\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .xl\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xl\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xl\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-t-llg {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }

  .xl\:tw-rounded-r-llg {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }

  .xl\:tw-rounded-b-llg {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .xl\:tw-rounded-l-llg {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .xl\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xl\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xl\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xl\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xl\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tl-llg {
    border-top-left-radius: 0.625rem !important;
  }

  .xl\:tw-rounded-tr-llg {
    border-top-right-radius: 0.625rem !important;
  }

  .xl\:tw-rounded-br-llg {
    border-bottom-right-radius: 0.625rem !important;
  }

  .xl\:tw-rounded-bl-llg {
    border-bottom-left-radius: 0.625rem !important;
  }

  .xl\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-border-solid {
    border-style: solid !important;
  }

  .xl\:tw-border-dashed {
    border-style: dashed !important;
  }

  .xl\:tw-border-dotted {
    border-style: dotted !important;
  }

  .xl\:tw-border-double {
    border-style: double !important;
  }

  .xl\:tw-border-none {
    border-style: none !important;
  }

  .xl\:tw-border-0 {
    border-width: 0px !important;
  }

  .xl\:tw-border-2 {
    border-width: 2px !important;
  }

  .xl\:tw-border-4 {
    border-width: 4px !important;
  }

  .xl\:tw-border-8 {
    border-width: 8px !important;
  }

  .xl\:tw-border {
    border-width: 1px !important;
  }

  .xl\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .xl\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .xl\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xl\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .xl\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:tw-border-t {
    border-top-width: 1px !important;
  }

  .xl\:tw-border-r {
    border-right-width: 1px !important;
  }

  .xl\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:tw-border-l {
    border-left-width: 1px !important;
  }

  .xl\:tw-box-border {
    box-sizing: border-box !important;
  }

  .xl\:tw-box-content {
    box-sizing: content-box !important;
  }

  .xl\:tw-cursor-auto {
    cursor: auto !important;
  }

  .xl\:tw-cursor-default {
    cursor: default !important;
  }

  .xl\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:tw-cursor-wait {
    cursor: wait !important;
  }

  .xl\:tw-cursor-text {
    cursor: text !important;
  }

  .xl\:tw-cursor-move {
    cursor: move !important;
  }

  .xl\:tw-cursor-help {
    cursor: help !important;
  }

  .xl\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:tw-block {
    display: block !important;
  }

  .xl\:tw-inline-block {
    display: inline-block !important;
  }

  .xl\:tw-inline {
    display: inline !important;
  }

  .xl\:tw-flex {
    display: flex !important;
  }

  .xl\:tw-inline-flex {
    display: inline-flex !important;
  }

  .xl\:tw-table {
    display: table !important;
  }

  .xl\:tw-table-caption {
    display: table-caption !important;
  }

  .xl\:tw-table-cell {
    display: table-cell !important;
  }

  .xl\:tw-table-column {
    display: table-column !important;
  }

  .xl\:tw-table-column-group {
    display: table-column-group !important;
  }

  .xl\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .xl\:tw-table-header-group {
    display: table-header-group !important;
  }

  .xl\:tw-table-row-group {
    display: table-row-group !important;
  }

  .xl\:tw-table-row {
    display: table-row !important;
  }

  .xl\:tw-flow-root {
    display: flow-root !important;
  }

  .xl\:tw-grid {
    display: grid !important;
  }

  .xl\:tw-inline-grid {
    display: inline-grid !important;
  }

  .xl\:tw-contents {
    display: contents !important;
  }

  .xl\:tw-hidden {
    display: none !important;
  }

  .xl\:tw-flex-row {
    flex-direction: row !important;
  }

  .xl\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:tw-flex-col {
    flex-direction: column !important;
  }

  .xl\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:tw-place-items-auto {
    place-items: auto !important;
  }

  .xl\:tw-place-items-start {
    place-items: start !important;
  }

  .xl\:tw-place-items-end {
    place-items: end !important;
  }

  .xl\:tw-place-items-center {
    place-items: center !important;
  }

  .xl\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .xl\:tw-place-content-center {
    place-content: center !important;
  }

  .xl\:tw-place-content-start {
    place-content: start !important;
  }

  .xl\:tw-place-content-end {
    place-content: end !important;
  }

  .xl\:tw-place-content-between {
    place-content: space-between !important;
  }

  .xl\:tw-place-content-around {
    place-content: space-around !important;
  }

  .xl\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .xl\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .xl\:tw-place-self-auto {
    place-self: auto !important;
  }

  .xl\:tw-place-self-start {
    place-self: start !important;
  }

  .xl\:tw-place-self-end {
    place-self: end !important;
  }

  .xl\:tw-place-self-center {
    place-self: center !important;
  }

  .xl\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .xl\:tw-items-start {
    align-items: flex-start !important;
  }

  .xl\:tw-items-end {
    align-items: flex-end !important;
  }

  .xl\:tw-items-center {
    align-items: center !important;
  }

  .xl\:tw-items-baseline {
    align-items: baseline !important;
  }

  .xl\:tw-items-stretch {
    align-items: stretch !important;
  }

  .xl\:tw-content-center {
    align-content: center !important;
  }

  .xl\:tw-content-start {
    align-content: flex-start !important;
  }

  .xl\:tw-content-end {
    align-content: flex-end !important;
  }

  .xl\:tw-content-between {
    align-content: space-between !important;
  }

  .xl\:tw-content-around {
    align-content: space-around !important;
  }

  .xl\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .xl\:tw-self-auto {
    align-self: auto !important;
  }

  .xl\:tw-self-start {
    align-self: flex-start !important;
  }

  .xl\:tw-self-end {
    align-self: flex-end !important;
  }

  .xl\:tw-self-center {
    align-self: center !important;
  }

  .xl\:tw-self-stretch {
    align-self: stretch !important;
  }

  .xl\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .xl\:tw-justify-items-start {
    justify-items: start !important;
  }

  .xl\:tw-justify-items-end {
    justify-items: end !important;
  }

  .xl\:tw-justify-items-center {
    justify-items: center !important;
  }

  .xl\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .xl\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .xl\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .xl\:tw-justify-center {
    justify-content: center !important;
  }

  .xl\:tw-justify-between {
    justify-content: space-between !important;
  }

  .xl\:tw-justify-around {
    justify-content: space-around !important;
  }

  .xl\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .xl\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .xl\:tw-justify-self-start {
    justify-self: start !important;
  }

  .xl\:tw-justify-self-end {
    justify-self: end !important;
  }

  .xl\:tw-justify-self-center {
    justify-self: center !important;
  }

  .xl\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .xl\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:tw-flex-none {
    flex: none !important;
  }

  .xl\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:tw-order-1 {
    order: 1 !important;
  }

  .xl\:tw-order-2 {
    order: 2 !important;
  }

  .xl\:tw-order-3 {
    order: 3 !important;
  }

  .xl\:tw-order-4 {
    order: 4 !important;
  }

  .xl\:tw-order-5 {
    order: 5 !important;
  }

  .xl\:tw-order-6 {
    order: 6 !important;
  }

  .xl\:tw-order-7 {
    order: 7 !important;
  }

  .xl\:tw-order-8 {
    order: 8 !important;
  }

  .xl\:tw-order-9 {
    order: 9 !important;
  }

  .xl\:tw-order-10 {
    order: 10 !important;
  }

  .xl\:tw-order-11 {
    order: 11 !important;
  }

  .xl\:tw-order-12 {
    order: 12 !important;
  }

  .xl\:tw-order-first {
    order: -9999 !important;
  }

  .xl\:tw-order-last {
    order: 9999 !important;
  }

  .xl\:tw-order-none {
    order: 0 !important;
  }

  .xl\:tw-float-right {
    float: right !important;
  }

  .xl\:tw-float-left {
    float: left !important;
  }

  .xl\:tw-float-none {
    float: none !important;
  }

  .xl\:tw-clear-left {
    clear: left !important;
  }

  .xl\:tw-clear-right {
    clear: right !important;
  }

  .xl\:tw-clear-both {
    clear: both !important;
  }

  .xl\:tw-clear-none {
    clear: none !important;
  }

  .xl\:tw-font-helvetica {
    font-family: Helvetica, Arial, sans-serif !important;
  }

  .xl\:tw-font-kanit {
    font-family: Kanit, sans-serif !important;
  }

  .xl\:tw-font-thin {
    font-weight: 100 !important;
  }

  .xl\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .xl\:tw-font-light {
    font-weight: 300 !important;
  }

  .xl\:tw-font-normal {
    font-weight: 400 !important;
  }

  .xl\:tw-font-medium {
    font-weight: 500 !important;
  }

  .xl\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .xl\:tw-font-bold {
    font-weight: 700 !important;
  }

  .xl\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:tw-font-black {
    font-weight: 900 !important;
  }

  .xl\:tw-h-0 {
    height: 0px !important;
  }

  .xl\:tw-h-1 {
    height: 0.25rem !important;
  }

  .xl\:tw-h-2 {
    height: 0.5rem !important;
  }

  .xl\:tw-h-3 {
    height: 0.75rem !important;
  }

  .xl\:tw-h-4 {
    height: 1rem !important;
  }

  .xl\:tw-h-5 {
    height: 1.25rem !important;
  }

  .xl\:tw-h-6 {
    height: 1.5rem !important;
  }

  .xl\:tw-h-7 {
    height: 1.75rem !important;
  }

  .xl\:tw-h-8 {
    height: 2rem !important;
  }

  .xl\:tw-h-9 {
    height: 2.25rem !important;
  }

  .xl\:tw-h-10 {
    height: 2.5rem !important;
  }

  .xl\:tw-h-11 {
    height: 2.75rem !important;
  }

  .xl\:tw-h-12 {
    height: 3rem !important;
  }

  .xl\:tw-h-14 {
    height: 3.5rem !important;
  }

  .xl\:tw-h-16 {
    height: 4rem !important;
  }

  .xl\:tw-h-20 {
    height: 5rem !important;
  }

  .xl\:tw-h-24 {
    height: 6rem !important;
  }

  .xl\:tw-h-28 {
    height: 7rem !important;
  }

  .xl\:tw-h-32 {
    height: 8rem !important;
  }

  .xl\:tw-h-36 {
    height: 9rem !important;
  }

  .xl\:tw-h-40 {
    height: 10rem !important;
  }

  .xl\:tw-h-44 {
    height: 11rem !important;
  }

  .xl\:tw-h-48 {
    height: 12rem !important;
  }

  .xl\:tw-h-52 {
    height: 13rem !important;
  }

  .xl\:tw-h-56 {
    height: 14rem !important;
  }

  .xl\:tw-h-60 {
    height: 15rem !important;
  }

  .xl\:tw-h-64 {
    height: 16rem !important;
  }

  .xl\:tw-h-72 {
    height: 18rem !important;
  }

  .xl\:tw-h-80 {
    height: 20rem !important;
  }

  .xl\:tw-h-96 {
    height: 24rem !important;
  }

  .xl\:tw-h-auto {
    height: auto !important;
  }

  .xl\:tw-h-px {
    height: 1px !important;
  }

  .xl\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .xl\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .xl\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .xl\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .xl\:tw-h-1\/2 {
    height: 50% !important;
  }

  .xl\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .xl\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .xl\:tw-h-1\/4 {
    height: 25% !important;
  }

  .xl\:tw-h-2\/4 {
    height: 50% !important;
  }

  .xl\:tw-h-3\/4 {
    height: 75% !important;
  }

  .xl\:tw-h-1\/5 {
    height: 20% !important;
  }

  .xl\:tw-h-2\/5 {
    height: 40% !important;
  }

  .xl\:tw-h-3\/5 {
    height: 60% !important;
  }

  .xl\:tw-h-4\/5 {
    height: 80% !important;
  }

  .xl\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .xl\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .xl\:tw-h-3\/6 {
    height: 50% !important;
  }

  .xl\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .xl\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .xl\:tw-h-full {
    height: 100% !important;
  }

  .xl\:tw-h-screen {
    height: 100vh !important;
  }

  .xl\:tw-text-xxs {
    font-size: 0.4375rem !important;
    line-height: 0.57rem !important;
  }

  .xl\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .xl\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .xl\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:tw-text-xxl {
    font-size: 1.429rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xl\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .xl\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .xl\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .xl\:tw-text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .xl\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .xl\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .xl\:tw-text-5xs {
    font-size: 0.5rem !important;
    line-height: 0.53rem !important;
  }

  .xl\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .xl\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .xl\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .xl\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .xl\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .xl\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .xl\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .xl\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .xl\:tw-leading-none {
    line-height: 1 !important;
  }

  .xl\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .xl\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .xl\:tw-leading-loose {
    line-height: 2 !important;
  }

  .xl\:tw-list-inside {
    list-style-position: inside !important;
  }

  .xl\:tw-list-outside {
    list-style-position: outside !important;
  }

  .xl\:tw-list-none {
    list-style-type: none !important;
  }

  .xl\:tw-list-disc {
    list-style-type: disc !important;
  }

  .xl\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .xl\:tw-m-0 {
    margin: 0px !important;
  }

  .xl\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .xl\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .xl\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .xl\:tw-m-4 {
    margin: 1rem !important;
  }

  .xl\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .xl\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .xl\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .xl\:tw-m-8 {
    margin: 2rem !important;
  }

  .xl\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .xl\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .xl\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .xl\:tw-m-12 {
    margin: 3rem !important;
  }

  .xl\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .xl\:tw-m-16 {
    margin: 4rem !important;
  }

  .xl\:tw-m-20 {
    margin: 5rem !important;
  }

  .xl\:tw-m-24 {
    margin: 6rem !important;
  }

  .xl\:tw-m-28 {
    margin: 7rem !important;
  }

  .xl\:tw-m-32 {
    margin: 8rem !important;
  }

  .xl\:tw-m-36 {
    margin: 9rem !important;
  }

  .xl\:tw-m-40 {
    margin: 10rem !important;
  }

  .xl\:tw-m-44 {
    margin: 11rem !important;
  }

  .xl\:tw-m-48 {
    margin: 12rem !important;
  }

  .xl\:tw-m-52 {
    margin: 13rem !important;
  }

  .xl\:tw-m-56 {
    margin: 14rem !important;
  }

  .xl\:tw-m-60 {
    margin: 15rem !important;
  }

  .xl\:tw-m-64 {
    margin: 16rem !important;
  }

  .xl\:tw-m-72 {
    margin: 18rem !important;
  }

  .xl\:tw-m-80 {
    margin: 20rem !important;
  }

  .xl\:tw-m-96 {
    margin: 24rem !important;
  }

  .xl\:tw-m-auto {
    margin: auto !important;
  }

  .xl\:tw-m-px {
    margin: 1px !important;
  }

  .xl\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .xl\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .xl\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .xl\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .xl\:tw--m-0 {
    margin: 0px !important;
  }

  .xl\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .xl\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .xl\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .xl\:tw--m-4 {
    margin: -1rem !important;
  }

  .xl\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .xl\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .xl\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .xl\:tw--m-8 {
    margin: -2rem !important;
  }

  .xl\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .xl\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .xl\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .xl\:tw--m-12 {
    margin: -3rem !important;
  }

  .xl\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .xl\:tw--m-16 {
    margin: -4rem !important;
  }

  .xl\:tw--m-20 {
    margin: -5rem !important;
  }

  .xl\:tw--m-24 {
    margin: -6rem !important;
  }

  .xl\:tw--m-28 {
    margin: -7rem !important;
  }

  .xl\:tw--m-32 {
    margin: -8rem !important;
  }

  .xl\:tw--m-36 {
    margin: -9rem !important;
  }

  .xl\:tw--m-40 {
    margin: -10rem !important;
  }

  .xl\:tw--m-44 {
    margin: -11rem !important;
  }

  .xl\:tw--m-48 {
    margin: -12rem !important;
  }

  .xl\:tw--m-52 {
    margin: -13rem !important;
  }

  .xl\:tw--m-56 {
    margin: -14rem !important;
  }

  .xl\:tw--m-60 {
    margin: -15rem !important;
  }

  .xl\:tw--m-64 {
    margin: -16rem !important;
  }

  .xl\:tw--m-72 {
    margin: -18rem !important;
  }

  .xl\:tw--m-80 {
    margin: -20rem !important;
  }

  .xl\:tw--m-96 {
    margin: -24rem !important;
  }

  .xl\:tw--m-px {
    margin: -1px !important;
  }

  .xl\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .xl\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .xl\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .xl\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .xl\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xl\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xl\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xl\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xl\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xl\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xl\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xl\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xl\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xl\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xl\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xl\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xl\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xl\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xl\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xl\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xl\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xl\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xl\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xl\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xl\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xl\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xl\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xl\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xl\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xl\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xl\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xl\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xl\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xl\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xl\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xl\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xl\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xl\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xl\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xl\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xl\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xl\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xl\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xl\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xl\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xl\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xl\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .xl\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .xl\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .xl\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .xl\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .xl\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .xl\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .xl\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .xl\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .xl\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .xl\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .xl\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .xl\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .xl\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .xl\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .xl\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .xl\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .xl\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xl\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .xl\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .xl\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .xl\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .xl\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .xl\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .xl\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .xl\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .xl\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .xl\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .xl\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .xl\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .xl\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .xl\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .xl\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .xl\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .xl\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .xl\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .xl\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .xl\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .xl\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .xl\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .xl\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .xl\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .xl\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .xl\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .xl\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .xl\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .xl\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .xl\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .xl\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .xl\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .xl\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .xl\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .xl\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .xl\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .xl\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .xl\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .xl\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .xl\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .xl\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .xl\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .xl\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .xl\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .xl\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .xl\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .xl\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .xl\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .xl\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .xl\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .xl\:tw-mt-auto {
    margin-top: auto !important;
  }

  .xl\:tw-mr-auto {
    margin-right: auto !important;
  }

  .xl\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:tw-ml-auto {
    margin-left: auto !important;
  }

  .xl\:tw-mt-px {
    margin-top: 1px !important;
  }

  .xl\:tw-mr-px {
    margin-right: 1px !important;
  }

  .xl\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:tw-ml-px {
    margin-left: 1px !important;
  }

  .xl\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .xl\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .xl\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .xl\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .xl\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .xl\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .xl\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .xl\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .xl\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .xl\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .xl\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .xl\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .xl\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .xl\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .xl\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .xl\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .xl\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .xl\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .xl\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .xl\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .xl\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .xl\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .xl\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .xl\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .xl\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .xl\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .xl\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .xl\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .xl\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .xl\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .xl\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .xl\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .xl\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .xl\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .xl\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .xl\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .xl\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .xl\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .xl\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .xl\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .xl\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .xl\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .xl\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .xl\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .xl\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .xl\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .xl\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .xl\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .xl\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .xl\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .xl\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .xl\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .xl\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .xl\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .xl\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .xl\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .xl\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .xl\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .xl\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .xl\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .xl\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .xl\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .xl\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .xl\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .xl\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .xl\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .xl\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .xl\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .xl\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .xl\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .xl\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .xl\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .xl\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .xl\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .xl\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .xl\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .xl\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .xl\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .xl\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .xl\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .xl\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .xl\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .xl\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .xl\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .xl\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .xl\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .xl\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .xl\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .xl\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .xl\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .xl\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .xl\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .xl\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .xl\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .xl\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .xl\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .xl\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .xl\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .xl\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .xl\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .xl\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .xl\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .xl\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .xl\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .xl\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .xl\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .xl\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .xl\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .xl\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .xl\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .xl\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .xl\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .xl\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .xl\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .xl\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .xl\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .xl\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .xl\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .xl\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .xl\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .xl\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .xl\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .xl\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .xl\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .xl\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .xl\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .xl\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .xl\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .xl\:tw--mt-px {
    margin-top: -1px !important;
  }

  .xl\:tw--mr-px {
    margin-right: -1px !important;
  }

  .xl\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:tw--ml-px {
    margin-left: -1px !important;
  }

  .xl\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .xl\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .xl\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .xl\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .xl\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .xl\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .xl\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .xl\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .xl\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .xl\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .xl\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .xl\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .xl\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .xl\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .xl\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .xl\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .xl\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .xl\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .xl\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .xl\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .xl\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .xl\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .xl\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .xl\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .xl\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .xl\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .xl\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .xl\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .xl\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .xl\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .xl\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .xl\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .xl\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .xl\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .xl\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .xl\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .xl\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .xl\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .xl\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .xl\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .xl\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .xl\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .xl\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .xl\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .xl\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .xl\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .xl\:tw-max-h-px {
    max-height: 1px !important;
  }

  .xl\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .xl\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .xl\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .xl\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .xl\:tw-max-h-full {
    max-height: 100% !important;
  }

  .xl\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .xl\:tw-max-w-none {
    max-width: none !important;
  }

  .xl\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .xl\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .xl\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .xl\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .xl\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .xl\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .xl\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .xl\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .xl\:tw-max-w-full {
    max-width: 100% !important;
  }

  .xl\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .xl\:tw-max-w-screen-xxs {
    max-width: 365px !important;
  }

  .xl\:tw-max-w-screen-xs {
    max-width: 414px !important;
  }

  .xl\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .xl\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .xl\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .xl\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .xl\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .xl\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .xl\:tw-min-h-full {
    min-height: 100% !important;
  }

  .xl\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .xl\:tw-min-w-full {
    min-width: 100% !important;
  }

  .xl\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xl\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .xl\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .xl\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .xl\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .xl\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .xl\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .xl\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .xl\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .xl\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .xl\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .xl\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .xl\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .xl\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .xl\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .xl\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .xl\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xl\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xl\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xl\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .xl\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xl\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xl\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xl\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xl\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xl\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xl\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xl\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xl\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xl\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xl\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xl\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .xl\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .xl\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xl\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .xl\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xl\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xl\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xl\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xl\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xl\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xl\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xl\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xl\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xl\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xl\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xl\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .xl\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-overflow-auto {
    overflow: auto !important;
  }

  .xl\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:tw-overflow-visible {
    overflow: visible !important;
  }

  .xl\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xl\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xl\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xl\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xl\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xl\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xl\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xl\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xl\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xl\:tw-p-0 {
    padding: 0px !important;
  }

  .xl\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .xl\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .xl\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .xl\:tw-p-4 {
    padding: 1rem !important;
  }

  .xl\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .xl\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .xl\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .xl\:tw-p-8 {
    padding: 2rem !important;
  }

  .xl\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .xl\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .xl\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .xl\:tw-p-12 {
    padding: 3rem !important;
  }

  .xl\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .xl\:tw-p-16 {
    padding: 4rem !important;
  }

  .xl\:tw-p-20 {
    padding: 5rem !important;
  }

  .xl\:tw-p-24 {
    padding: 6rem !important;
  }

  .xl\:tw-p-28 {
    padding: 7rem !important;
  }

  .xl\:tw-p-32 {
    padding: 8rem !important;
  }

  .xl\:tw-p-36 {
    padding: 9rem !important;
  }

  .xl\:tw-p-40 {
    padding: 10rem !important;
  }

  .xl\:tw-p-44 {
    padding: 11rem !important;
  }

  .xl\:tw-p-48 {
    padding: 12rem !important;
  }

  .xl\:tw-p-52 {
    padding: 13rem !important;
  }

  .xl\:tw-p-56 {
    padding: 14rem !important;
  }

  .xl\:tw-p-60 {
    padding: 15rem !important;
  }

  .xl\:tw-p-64 {
    padding: 16rem !important;
  }

  .xl\:tw-p-72 {
    padding: 18rem !important;
  }

  .xl\:tw-p-80 {
    padding: 20rem !important;
  }

  .xl\:tw-p-96 {
    padding: 24rem !important;
  }

  .xl\:tw-p-px {
    padding: 1px !important;
  }

  .xl\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .xl\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .xl\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .xl\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .xl\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xl\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xl\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xl\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xl\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xl\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xl\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xl\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xl\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xl\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .xl\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .xl\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .xl\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .xl\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .xl\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .xl\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .xl\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .xl\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .xl\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .xl\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .xl\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .xl\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .xl\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .xl\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .xl\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .xl\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .xl\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .xl\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xl\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .xl\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .xl\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .xl\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .xl\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .xl\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .xl\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .xl\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .xl\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .xl\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .xl\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .xl\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .xl\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .xl\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .xl\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .xl\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .xl\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .xl\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .xl\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .xl\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .xl\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .xl\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .xl\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .xl\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .xl\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .xl\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .xl\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .xl\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .xl\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .xl\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .xl\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .xl\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .xl\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .xl\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .xl\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .xl\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .xl\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .xl\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .xl\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .xl\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .xl\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .xl\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .xl\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .xl\:tw-pt-px {
    padding-top: 1px !important;
  }

  .xl\:tw-pr-px {
    padding-right: 1px !important;
  }

  .xl\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:tw-pl-px {
    padding-left: 1px !important;
  }

  .xl\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .xl\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .xl\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .xl\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .xl\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .xl\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .xl\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .xl\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .xl\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .xl\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .xl\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .xl\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .xl\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .xl\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .xl\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .xl\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .xl\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-150::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-150:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-150::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-150:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-150:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:tw-static {
    position: static !important;
  }

  .xl\:tw-fixed {
    position: fixed !important;
  }

  .xl\:tw-absolute {
    position: absolute !important;
  }

  .xl\:tw-relative {
    position: relative !important;
  }

  .xl\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xl\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xl\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xl\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xl\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xl\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xl\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xl\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xl\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xl\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xl\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xl\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xl\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xl\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xl\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xl\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .xl\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xl\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xl\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xl\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xl\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xl\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xl\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xl\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xl\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xl\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xl\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xl\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xl\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xl\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xl\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xl\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xl\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xl\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xl\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xl\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xl\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xl\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xl\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .xl\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xl\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xl\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xl\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xl\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xl\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xl\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xl\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xl\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xl\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xl\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .xl\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xl\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xl\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xl\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xl\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .xl\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xl\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xl\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xl\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xl\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .xl\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xl\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xl\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xl\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xl\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .xl\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xl\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xl\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .xl\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .xl\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xl\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .xl\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xl\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .xl\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xl\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .xl\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xl\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .xl\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xl\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .xl\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xl\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .xl\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xl\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .xl\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xl\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .xl\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xl\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .xl\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xl\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .xl\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xl\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .xl\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .xl\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .xl\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xl\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .xl\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xl\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .xl\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .xl\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .xl\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xl\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xl\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xl\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xl\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .xl\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xl\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xl\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xl\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xl\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .xl\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xl\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xl\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xl\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xl\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xl\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .xl\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xl\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xl\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xl\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xl\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xl\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xl\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .xl\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xl\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xl\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xl\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .xl\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xl\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .xl\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xl\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .xl\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xl\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .xl\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xl\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .xl\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xl\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .xl\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xl\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .xl\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xl\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .xl\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xl\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .xl\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xl\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .xl\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xl\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .xl\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xl\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .xl\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xl\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .xl\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .xl\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .xl\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xl\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .xl\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xl\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .xl\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xl\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .xl\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xl\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xl\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xl\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xl\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xl\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xl\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xl\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xl\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .xl\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .xl\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .xl\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .xl\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xl\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xl\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xl\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .xl\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .xl\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xl\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .xl\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xl\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .xl\:tw-top-0 {
    top: 0px !important;
  }

  .xl\:tw-right-0 {
    right: 0px !important;
  }

  .xl\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .xl\:tw-left-0 {
    left: 0px !important;
  }

  .xl\:tw-top-1 {
    top: 0.25rem !important;
  }

  .xl\:tw-right-1 {
    right: 0.25rem !important;
  }

  .xl\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .xl\:tw-left-1 {
    left: 0.25rem !important;
  }

  .xl\:tw-top-2 {
    top: 0.5rem !important;
  }

  .xl\:tw-right-2 {
    right: 0.5rem !important;
  }

  .xl\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .xl\:tw-left-2 {
    left: 0.5rem !important;
  }

  .xl\:tw-top-3 {
    top: 0.75rem !important;
  }

  .xl\:tw-right-3 {
    right: 0.75rem !important;
  }

  .xl\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .xl\:tw-left-3 {
    left: 0.75rem !important;
  }

  .xl\:tw-top-4 {
    top: 1rem !important;
  }

  .xl\:tw-right-4 {
    right: 1rem !important;
  }

  .xl\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .xl\:tw-left-4 {
    left: 1rem !important;
  }

  .xl\:tw-top-5 {
    top: 1.25rem !important;
  }

  .xl\:tw-right-5 {
    right: 1.25rem !important;
  }

  .xl\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .xl\:tw-left-5 {
    left: 1.25rem !important;
  }

  .xl\:tw-top-6 {
    top: 1.5rem !important;
  }

  .xl\:tw-right-6 {
    right: 1.5rem !important;
  }

  .xl\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .xl\:tw-left-6 {
    left: 1.5rem !important;
  }

  .xl\:tw-top-7 {
    top: 1.75rem !important;
  }

  .xl\:tw-right-7 {
    right: 1.75rem !important;
  }

  .xl\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .xl\:tw-left-7 {
    left: 1.75rem !important;
  }

  .xl\:tw-top-8 {
    top: 2rem !important;
  }

  .xl\:tw-right-8 {
    right: 2rem !important;
  }

  .xl\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .xl\:tw-left-8 {
    left: 2rem !important;
  }

  .xl\:tw-top-9 {
    top: 2.25rem !important;
  }

  .xl\:tw-right-9 {
    right: 2.25rem !important;
  }

  .xl\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .xl\:tw-left-9 {
    left: 2.25rem !important;
  }

  .xl\:tw-top-10 {
    top: 2.5rem !important;
  }

  .xl\:tw-right-10 {
    right: 2.5rem !important;
  }

  .xl\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .xl\:tw-left-10 {
    left: 2.5rem !important;
  }

  .xl\:tw-top-11 {
    top: 2.75rem !important;
  }

  .xl\:tw-right-11 {
    right: 2.75rem !important;
  }

  .xl\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .xl\:tw-left-11 {
    left: 2.75rem !important;
  }

  .xl\:tw-top-12 {
    top: 3rem !important;
  }

  .xl\:tw-right-12 {
    right: 3rem !important;
  }

  .xl\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .xl\:tw-left-12 {
    left: 3rem !important;
  }

  .xl\:tw-top-14 {
    top: 3.5rem !important;
  }

  .xl\:tw-right-14 {
    right: 3.5rem !important;
  }

  .xl\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .xl\:tw-left-14 {
    left: 3.5rem !important;
  }

  .xl\:tw-top-16 {
    top: 4rem !important;
  }

  .xl\:tw-right-16 {
    right: 4rem !important;
  }

  .xl\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .xl\:tw-left-16 {
    left: 4rem !important;
  }

  .xl\:tw-top-20 {
    top: 5rem !important;
  }

  .xl\:tw-right-20 {
    right: 5rem !important;
  }

  .xl\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .xl\:tw-left-20 {
    left: 5rem !important;
  }

  .xl\:tw-top-24 {
    top: 6rem !important;
  }

  .xl\:tw-right-24 {
    right: 6rem !important;
  }

  .xl\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .xl\:tw-left-24 {
    left: 6rem !important;
  }

  .xl\:tw-top-28 {
    top: 7rem !important;
  }

  .xl\:tw-right-28 {
    right: 7rem !important;
  }

  .xl\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .xl\:tw-left-28 {
    left: 7rem !important;
  }

  .xl\:tw-top-32 {
    top: 8rem !important;
  }

  .xl\:tw-right-32 {
    right: 8rem !important;
  }

  .xl\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .xl\:tw-left-32 {
    left: 8rem !important;
  }

  .xl\:tw-top-36 {
    top: 9rem !important;
  }

  .xl\:tw-right-36 {
    right: 9rem !important;
  }

  .xl\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .xl\:tw-left-36 {
    left: 9rem !important;
  }

  .xl\:tw-top-40 {
    top: 10rem !important;
  }

  .xl\:tw-right-40 {
    right: 10rem !important;
  }

  .xl\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .xl\:tw-left-40 {
    left: 10rem !important;
  }

  .xl\:tw-top-44 {
    top: 11rem !important;
  }

  .xl\:tw-right-44 {
    right: 11rem !important;
  }

  .xl\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .xl\:tw-left-44 {
    left: 11rem !important;
  }

  .xl\:tw-top-48 {
    top: 12rem !important;
  }

  .xl\:tw-right-48 {
    right: 12rem !important;
  }

  .xl\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .xl\:tw-left-48 {
    left: 12rem !important;
  }

  .xl\:tw-top-52 {
    top: 13rem !important;
  }

  .xl\:tw-right-52 {
    right: 13rem !important;
  }

  .xl\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .xl\:tw-left-52 {
    left: 13rem !important;
  }

  .xl\:tw-top-56 {
    top: 14rem !important;
  }

  .xl\:tw-right-56 {
    right: 14rem !important;
  }

  .xl\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .xl\:tw-left-56 {
    left: 14rem !important;
  }

  .xl\:tw-top-60 {
    top: 15rem !important;
  }

  .xl\:tw-right-60 {
    right: 15rem !important;
  }

  .xl\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .xl\:tw-left-60 {
    left: 15rem !important;
  }

  .xl\:tw-top-64 {
    top: 16rem !important;
  }

  .xl\:tw-right-64 {
    right: 16rem !important;
  }

  .xl\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .xl\:tw-left-64 {
    left: 16rem !important;
  }

  .xl\:tw-top-72 {
    top: 18rem !important;
  }

  .xl\:tw-right-72 {
    right: 18rem !important;
  }

  .xl\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .xl\:tw-left-72 {
    left: 18rem !important;
  }

  .xl\:tw-top-80 {
    top: 20rem !important;
  }

  .xl\:tw-right-80 {
    right: 20rem !important;
  }

  .xl\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .xl\:tw-left-80 {
    left: 20rem !important;
  }

  .xl\:tw-top-96 {
    top: 24rem !important;
  }

  .xl\:tw-right-96 {
    right: 24rem !important;
  }

  .xl\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .xl\:tw-left-96 {
    left: 24rem !important;
  }

  .xl\:tw-top-auto {
    top: auto !important;
  }

  .xl\:tw-right-auto {
    right: auto !important;
  }

  .xl\:tw-bottom-auto {
    bottom: auto !important;
  }

  .xl\:tw-left-auto {
    left: auto !important;
  }

  .xl\:tw-top-px {
    top: 1px !important;
  }

  .xl\:tw-right-px {
    right: 1px !important;
  }

  .xl\:tw-bottom-px {
    bottom: 1px !important;
  }

  .xl\:tw-left-px {
    left: 1px !important;
  }

  .xl\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .xl\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .xl\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .xl\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .xl\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .xl\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .xl\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .xl\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .xl\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .xl\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .xl\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .xl\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .xl\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .xl\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .xl\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .xl\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .xl\:tw--top-0 {
    top: 0px !important;
  }

  .xl\:tw--right-0 {
    right: 0px !important;
  }

  .xl\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .xl\:tw--left-0 {
    left: 0px !important;
  }

  .xl\:tw--top-1 {
    top: -0.25rem !important;
  }

  .xl\:tw--right-1 {
    right: -0.25rem !important;
  }

  .xl\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .xl\:tw--left-1 {
    left: -0.25rem !important;
  }

  .xl\:tw--top-2 {
    top: -0.5rem !important;
  }

  .xl\:tw--right-2 {
    right: -0.5rem !important;
  }

  .xl\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .xl\:tw--left-2 {
    left: -0.5rem !important;
  }

  .xl\:tw--top-3 {
    top: -0.75rem !important;
  }

  .xl\:tw--right-3 {
    right: -0.75rem !important;
  }

  .xl\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .xl\:tw--left-3 {
    left: -0.75rem !important;
  }

  .xl\:tw--top-4 {
    top: -1rem !important;
  }

  .xl\:tw--right-4 {
    right: -1rem !important;
  }

  .xl\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .xl\:tw--left-4 {
    left: -1rem !important;
  }

  .xl\:tw--top-5 {
    top: -1.25rem !important;
  }

  .xl\:tw--right-5 {
    right: -1.25rem !important;
  }

  .xl\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .xl\:tw--left-5 {
    left: -1.25rem !important;
  }

  .xl\:tw--top-6 {
    top: -1.5rem !important;
  }

  .xl\:tw--right-6 {
    right: -1.5rem !important;
  }

  .xl\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .xl\:tw--left-6 {
    left: -1.5rem !important;
  }

  .xl\:tw--top-7 {
    top: -1.75rem !important;
  }

  .xl\:tw--right-7 {
    right: -1.75rem !important;
  }

  .xl\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .xl\:tw--left-7 {
    left: -1.75rem !important;
  }

  .xl\:tw--top-8 {
    top: -2rem !important;
  }

  .xl\:tw--right-8 {
    right: -2rem !important;
  }

  .xl\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .xl\:tw--left-8 {
    left: -2rem !important;
  }

  .xl\:tw--top-9 {
    top: -2.25rem !important;
  }

  .xl\:tw--right-9 {
    right: -2.25rem !important;
  }

  .xl\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .xl\:tw--left-9 {
    left: -2.25rem !important;
  }

  .xl\:tw--top-10 {
    top: -2.5rem !important;
  }

  .xl\:tw--right-10 {
    right: -2.5rem !important;
  }

  .xl\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .xl\:tw--left-10 {
    left: -2.5rem !important;
  }

  .xl\:tw--top-11 {
    top: -2.75rem !important;
  }

  .xl\:tw--right-11 {
    right: -2.75rem !important;
  }

  .xl\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .xl\:tw--left-11 {
    left: -2.75rem !important;
  }

  .xl\:tw--top-12 {
    top: -3rem !important;
  }

  .xl\:tw--right-12 {
    right: -3rem !important;
  }

  .xl\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .xl\:tw--left-12 {
    left: -3rem !important;
  }

  .xl\:tw--top-14 {
    top: -3.5rem !important;
  }

  .xl\:tw--right-14 {
    right: -3.5rem !important;
  }

  .xl\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .xl\:tw--left-14 {
    left: -3.5rem !important;
  }

  .xl\:tw--top-16 {
    top: -4rem !important;
  }

  .xl\:tw--right-16 {
    right: -4rem !important;
  }

  .xl\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .xl\:tw--left-16 {
    left: -4rem !important;
  }

  .xl\:tw--top-20 {
    top: -5rem !important;
  }

  .xl\:tw--right-20 {
    right: -5rem !important;
  }

  .xl\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .xl\:tw--left-20 {
    left: -5rem !important;
  }

  .xl\:tw--top-24 {
    top: -6rem !important;
  }

  .xl\:tw--right-24 {
    right: -6rem !important;
  }

  .xl\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .xl\:tw--left-24 {
    left: -6rem !important;
  }

  .xl\:tw--top-28 {
    top: -7rem !important;
  }

  .xl\:tw--right-28 {
    right: -7rem !important;
  }

  .xl\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .xl\:tw--left-28 {
    left: -7rem !important;
  }

  .xl\:tw--top-32 {
    top: -8rem !important;
  }

  .xl\:tw--right-32 {
    right: -8rem !important;
  }

  .xl\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .xl\:tw--left-32 {
    left: -8rem !important;
  }

  .xl\:tw--top-36 {
    top: -9rem !important;
  }

  .xl\:tw--right-36 {
    right: -9rem !important;
  }

  .xl\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .xl\:tw--left-36 {
    left: -9rem !important;
  }

  .xl\:tw--top-40 {
    top: -10rem !important;
  }

  .xl\:tw--right-40 {
    right: -10rem !important;
  }

  .xl\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .xl\:tw--left-40 {
    left: -10rem !important;
  }

  .xl\:tw--top-44 {
    top: -11rem !important;
  }

  .xl\:tw--right-44 {
    right: -11rem !important;
  }

  .xl\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .xl\:tw--left-44 {
    left: -11rem !important;
  }

  .xl\:tw--top-48 {
    top: -12rem !important;
  }

  .xl\:tw--right-48 {
    right: -12rem !important;
  }

  .xl\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .xl\:tw--left-48 {
    left: -12rem !important;
  }

  .xl\:tw--top-52 {
    top: -13rem !important;
  }

  .xl\:tw--right-52 {
    right: -13rem !important;
  }

  .xl\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .xl\:tw--left-52 {
    left: -13rem !important;
  }

  .xl\:tw--top-56 {
    top: -14rem !important;
  }

  .xl\:tw--right-56 {
    right: -14rem !important;
  }

  .xl\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .xl\:tw--left-56 {
    left: -14rem !important;
  }

  .xl\:tw--top-60 {
    top: -15rem !important;
  }

  .xl\:tw--right-60 {
    right: -15rem !important;
  }

  .xl\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .xl\:tw--left-60 {
    left: -15rem !important;
  }

  .xl\:tw--top-64 {
    top: -16rem !important;
  }

  .xl\:tw--right-64 {
    right: -16rem !important;
  }

  .xl\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .xl\:tw--left-64 {
    left: -16rem !important;
  }

  .xl\:tw--top-72 {
    top: -18rem !important;
  }

  .xl\:tw--right-72 {
    right: -18rem !important;
  }

  .xl\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .xl\:tw--left-72 {
    left: -18rem !important;
  }

  .xl\:tw--top-80 {
    top: -20rem !important;
  }

  .xl\:tw--right-80 {
    right: -20rem !important;
  }

  .xl\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .xl\:tw--left-80 {
    left: -20rem !important;
  }

  .xl\:tw--top-96 {
    top: -24rem !important;
  }

  .xl\:tw--right-96 {
    right: -24rem !important;
  }

  .xl\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .xl\:tw--left-96 {
    left: -24rem !important;
  }

  .xl\:tw--top-px {
    top: -1px !important;
  }

  .xl\:tw--right-px {
    right: -1px !important;
  }

  .xl\:tw--bottom-px {
    bottom: -1px !important;
  }

  .xl\:tw--left-px {
    left: -1px !important;
  }

  .xl\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .xl\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .xl\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .xl\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .xl\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .xl\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .xl\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .xl\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .xl\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .xl\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .xl\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .xl\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .xl\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .xl\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .xl\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .xl\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .xl\:tw-top-1\/2 {
    top: 50% !important;
  }

  .xl\:tw-right-1\/2 {
    right: 50% !important;
  }

  .xl\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .xl\:tw-left-1\/2 {
    left: 50% !important;
  }

  .xl\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .xl\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .xl\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xl\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .xl\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .xl\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .xl\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xl\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .xl\:tw-top-1\/4 {
    top: 25% !important;
  }

  .xl\:tw-right-1\/4 {
    right: 25% !important;
  }

  .xl\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .xl\:tw-left-1\/4 {
    left: 25% !important;
  }

  .xl\:tw-top-2\/4 {
    top: 50% !important;
  }

  .xl\:tw-right-2\/4 {
    right: 50% !important;
  }

  .xl\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .xl\:tw-left-2\/4 {
    left: 50% !important;
  }

  .xl\:tw-top-3\/4 {
    top: 75% !important;
  }

  .xl\:tw-right-3\/4 {
    right: 75% !important;
  }

  .xl\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .xl\:tw-left-3\/4 {
    left: 75% !important;
  }

  .xl\:tw-top-full {
    top: 100% !important;
  }

  .xl\:tw-right-full {
    right: 100% !important;
  }

  .xl\:tw-bottom-full {
    bottom: 100% !important;
  }

  .xl\:tw-left-full {
    left: 100% !important;
  }

  .xl\:tw--top-1\/2 {
    top: -50% !important;
  }

  .xl\:tw--right-1\/2 {
    right: -50% !important;
  }

  .xl\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .xl\:tw--left-1\/2 {
    left: -50% !important;
  }

  .xl\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .xl\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .xl\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xl\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .xl\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .xl\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .xl\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xl\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .xl\:tw--top-1\/4 {
    top: -25% !important;
  }

  .xl\:tw--right-1\/4 {
    right: -25% !important;
  }

  .xl\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .xl\:tw--left-1\/4 {
    left: -25% !important;
  }

  .xl\:tw--top-2\/4 {
    top: -50% !important;
  }

  .xl\:tw--right-2\/4 {
    right: -50% !important;
  }

  .xl\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .xl\:tw--left-2\/4 {
    left: -50% !important;
  }

  .xl\:tw--top-3\/4 {
    top: -75% !important;
  }

  .xl\:tw--right-3\/4 {
    right: -75% !important;
  }

  .xl\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .xl\:tw--left-3\/4 {
    left: -75% !important;
  }

  .xl\:tw--top-full {
    top: -100% !important;
  }

  .xl\:tw--right-full {
    right: -100% !important;
  }

  .xl\:tw--bottom-full {
    bottom: -100% !important;
  }

  .xl\:tw--left-full {
    left: -100% !important;
  }

  .xl\:tw-resize-none {
    resize: none !important;
  }

  .xl\:tw-resize-y {
    resize: vertical !important;
  }

  .xl\:tw-resize-x {
    resize: horizontal !important;
  }

  .xl\:tw-resize {
    resize: both !important;
  }

  .xl\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xl\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .xl\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .xl\:tw-ring-offset-gray-150 {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xl\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .xl\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #666666 !important;
  }

  .xl\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #777777 !important;
  }

  .xl\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #333333 !important;
  }

  .xl\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .xl\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #00A850 !important;
  }

  .xl\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #224257 !important;
  }

  .xl\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #00263D !important;
  }

  .xl\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #012942 !important;
  }

  .xl\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #777777 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #00A850 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #224257 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #00263D !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #012942 !important;
  }

  .xl\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .xl\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-150:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .xl\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #777777 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .xl\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .xl\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #00A850 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #224257 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #00263D !important;
  }

  .xl\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #012942 !important;
  }

  .xl\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xl\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xl\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-150 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-150:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-150:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:tw-fill-current {
    fill: currentColor !important;
  }

  .xl\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .xl\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .xl\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .xl\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .xl\:tw-table-auto {
    table-layout: auto !important;
  }

  .xl\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .xl\:tw-text-left {
    text-align: left !important;
  }

  .xl\:tw-text-center {
    text-align: center !important;
  }

  .xl\:tw-text-right {
    text-align: right !important;
  }

  .xl\:tw-text-justify {
    text-align: justify !important;
  }

  .xl\:tw-text-transparent {
    color: transparent !important;
  }

  .xl\:tw-text-current {
    color: currentColor !important;
  }

  .xl\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .xl\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .xl\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-150:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .xl\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-150:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .xl\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-150:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xl\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xl\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xl\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xl\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xl\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .xl\:tw-italic {
    font-style: italic !important;
  }

  .xl\:tw-not-italic {
    font-style: normal !important;
  }

  .xl\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .xl\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .xl\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .xl\:tw-normal-case {
    text-transform: none !important;
  }

  .xl\:tw-underline {
    text-decoration: underline !important;
  }

  .xl\:tw-line-through {
    text-decoration: line-through !important;
  }

  .xl\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .xl\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .xl\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xl\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .xl\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tw-ordinal, .xl\:tw-slashed-zero, .xl\:tw-lining-nums, .xl\:tw-oldstyle-nums, .xl\:tw-proportional-nums, .xl\:tw-tabular-nums, .xl\:tw-diagonal-fractions, .xl\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .xl\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xl\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xl\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xl\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .xl\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xl\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xl\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xl\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:tw-align-top {
    vertical-align: top !important;
  }

  .xl\:tw-align-middle {
    vertical-align: middle !important;
  }

  .xl\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:tw-visible {
    visibility: visible !important;
  }

  .xl\:tw-invisible {
    visibility: hidden !important;
  }

  .xl\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .xl\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xl\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .xl\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .xl\:tw-break-all {
    word-break: break-all !important;
  }

  .xl\:tw-w-0 {
    width: 0px !important;
  }

  .xl\:tw-w-1 {
    width: 0.25rem !important;
  }

  .xl\:tw-w-2 {
    width: 0.5rem !important;
  }

  .xl\:tw-w-3 {
    width: 0.75rem !important;
  }

  .xl\:tw-w-4 {
    width: 1rem !important;
  }

  .xl\:tw-w-5 {
    width: 1.25rem !important;
  }

  .xl\:tw-w-6 {
    width: 1.5rem !important;
  }

  .xl\:tw-w-7 {
    width: 1.75rem !important;
  }

  .xl\:tw-w-8 {
    width: 2rem !important;
  }

  .xl\:tw-w-9 {
    width: 2.25rem !important;
  }

  .xl\:tw-w-10 {
    width: 2.5rem !important;
  }

  .xl\:tw-w-11 {
    width: 2.75rem !important;
  }

  .xl\:tw-w-12 {
    width: 3rem !important;
  }

  .xl\:tw-w-14 {
    width: 3.5rem !important;
  }

  .xl\:tw-w-16 {
    width: 4rem !important;
  }

  .xl\:tw-w-20 {
    width: 5rem !important;
  }

  .xl\:tw-w-24 {
    width: 6rem !important;
  }

  .xl\:tw-w-28 {
    width: 7rem !important;
  }

  .xl\:tw-w-32 {
    width: 8rem !important;
  }

  .xl\:tw-w-36 {
    width: 9rem !important;
  }

  .xl\:tw-w-40 {
    width: 10rem !important;
  }

  .xl\:tw-w-44 {
    width: 11rem !important;
  }

  .xl\:tw-w-48 {
    width: 12rem !important;
  }

  .xl\:tw-w-52 {
    width: 13rem !important;
  }

  .xl\:tw-w-56 {
    width: 14rem !important;
  }

  .xl\:tw-w-60 {
    width: 15rem !important;
  }

  .xl\:tw-w-64 {
    width: 16rem !important;
  }

  .xl\:tw-w-72 {
    width: 18rem !important;
  }

  .xl\:tw-w-80 {
    width: 20rem !important;
  }

  .xl\:tw-w-96 {
    width: 24rem !important;
  }

  .xl\:tw-w-auto {
    width: auto !important;
  }

  .xl\:tw-w-px {
    width: 1px !important;
  }

  .xl\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .xl\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .xl\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .xl\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .xl\:tw-w-1\/2 {
    width: 50% !important;
  }

  .xl\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:tw-w-1\/4 {
    width: 25% !important;
  }

  .xl\:tw-w-2\/4 {
    width: 50% !important;
  }

  .xl\:tw-w-3\/4 {
    width: 75% !important;
  }

  .xl\:tw-w-1\/5 {
    width: 20% !important;
  }

  .xl\:tw-w-2\/5 {
    width: 40% !important;
  }

  .xl\:tw-w-3\/5 {
    width: 60% !important;
  }

  .xl\:tw-w-4\/5 {
    width: 80% !important;
  }

  .xl\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-3\/6 {
    width: 50% !important;
  }

  .xl\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:tw-w-3\/12 {
    width: 25% !important;
  }

  .xl\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:tw-w-6\/12 {
    width: 50% !important;
  }

  .xl\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:tw-w-9\/12 {
    width: 75% !important;
  }

  .xl\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:tw-w-full {
    width: 100% !important;
  }

  .xl\:tw-w-screen {
    width: 100vw !important;
  }

  .xl\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:tw-z-0 {
    z-index: 0 !important;
  }

  .xl\:tw-z-10 {
    z-index: 10 !important;
  }

  .xl\:tw-z-20 {
    z-index: 20 !important;
  }

  .xl\:tw-z-30 {
    z-index: 30 !important;
  }

  .xl\:tw-z-40 {
    z-index: 40 !important;
  }

  .xl\:tw-z-50 {
    z-index: 50 !important;
  }

  .xl\:tw-z-auto {
    z-index: auto !important;
  }

  .xl\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .xl\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .xl\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .xl\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .xl\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .xl\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .xl\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .xl\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .xl\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .xl\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .xl\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .xl\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .xl\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .xl\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .xl\:tw-gap-0 {
    gap: 0px !important;
  }

  .xl\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .xl\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .xl\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .xl\:tw-gap-4 {
    gap: 1rem !important;
  }

  .xl\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .xl\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .xl\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .xl\:tw-gap-8 {
    gap: 2rem !important;
  }

  .xl\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .xl\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .xl\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .xl\:tw-gap-12 {
    gap: 3rem !important;
  }

  .xl\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .xl\:tw-gap-16 {
    gap: 4rem !important;
  }

  .xl\:tw-gap-20 {
    gap: 5rem !important;
  }

  .xl\:tw-gap-24 {
    gap: 6rem !important;
  }

  .xl\:tw-gap-28 {
    gap: 7rem !important;
  }

  .xl\:tw-gap-32 {
    gap: 8rem !important;
  }

  .xl\:tw-gap-36 {
    gap: 9rem !important;
  }

  .xl\:tw-gap-40 {
    gap: 10rem !important;
  }

  .xl\:tw-gap-44 {
    gap: 11rem !important;
  }

  .xl\:tw-gap-48 {
    gap: 12rem !important;
  }

  .xl\:tw-gap-52 {
    gap: 13rem !important;
  }

  .xl\:tw-gap-56 {
    gap: 14rem !important;
  }

  .xl\:tw-gap-60 {
    gap: 15rem !important;
  }

  .xl\:tw-gap-64 {
    gap: 16rem !important;
  }

  .xl\:tw-gap-72 {
    gap: 18rem !important;
  }

  .xl\:tw-gap-80 {
    gap: 20rem !important;
  }

  .xl\:tw-gap-96 {
    gap: 24rem !important;
  }

  .xl\:tw-gap-px {
    gap: 1px !important;
  }

  .xl\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .xl\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .xl\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .xl\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .xl\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .xl\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .xl\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .xl\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .xl\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .xl\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .xl\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .xl\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .xl\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .xl\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .xl\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .xl\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .xl\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .xl\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .xl\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .xl\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .xl\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .xl\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xl\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xl\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xl\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xl\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xl\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xl\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:tw-col-auto {
    grid-column: auto !important;
  }

  .xl\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xl\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .xl\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .xl\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .xl\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .xl\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .xl\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .xl\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .xl\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .xl\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .xl\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .xl\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .xl\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .xl\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .xl\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .xl\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .xl\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .xl\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .xl\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .xl\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .xl\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .xl\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .xl\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .xl\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xl\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xl\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:tw-row-auto {
    grid-row: auto !important;
  }

  .xl\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xl\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xl\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xl\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xl\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xl\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .xl\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .xl\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .xl\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .xl\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .xl\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .xl\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .xl\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .xl\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .xl\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .xl\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .xl\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .xl\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .xl\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .xl\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .xl\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:tw-transform-none {
    transform: none !important;
  }

  .xl\:tw-origin-center {
    transform-origin: center !important;
  }

  .xl\:tw-origin-top {
    transform-origin: top !important;
  }

  .xl\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .xl\:tw-origin-right {
    transform-origin: right !important;
  }

  .xl\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xl\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .xl\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xl\:tw-origin-left {
    transform-origin: left !important;
  }

  .xl\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .xl\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xl\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xl\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xl\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xl\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xl\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xl\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xl\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xl\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xl\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xl\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xl\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xl\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xl\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xl\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xl\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xl\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xl\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xl\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xl\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xl\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xl\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xl\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xl\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xl\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xl\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xl\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xl\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xl\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xl\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xl\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xl\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xl\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xl\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xl\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xl\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xl\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xl\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xl\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xl\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xl\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xl\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xl\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xl\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xl\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xl\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xl\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xl\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xl\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xl\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xl\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xl\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .xl\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .xl\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .xl\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .xl\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .xl\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .xl\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .xl\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .xl\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .xl\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .xl\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .xl\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .xl\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .xl\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .xl\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .xl\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .xl\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .xl\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .xl\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .xl\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xl\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .xl\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .xl\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .xl\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .xl\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .xl\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .xl\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .xl\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .xl\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .xl\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .xl\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .xl\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .xl\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .xl\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .xl\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .xl\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .xl\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .xl\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .xl\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .xl\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xl\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xl\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xl\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xl\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xl\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xl\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xl\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xl\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xl\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .xl\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .xl\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .xl\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .xl\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .xl\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .xl\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .xl\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .xl\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .xl\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .xl\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .xl\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .xl\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .xl\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .xl\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .xl\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .xl\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .xl\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .xl\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .xl\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xl\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .xl\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .xl\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .xl\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .xl\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .xl\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .xl\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .xl\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .xl\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .xl\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .xl\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .xl\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .xl\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .xl\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .xl\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .xl\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .xl\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .xl\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .xl\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .xl\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xl\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xl\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xl\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xl\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xl\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xl\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xl\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xl\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xl\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .xl\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .xl\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .xl\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .xl\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .xl\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .xl\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .xl\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .xl\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .xl\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .xl\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .xl\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .xl\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .xl\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .xl\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .xl\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .xl\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .xl\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .xl\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .xl\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xl\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .xl\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .xl\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .xl\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .xl\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .xl\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .xl\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .xl\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .xl\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .xl\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .xl\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .xl\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .xl\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .xl\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .xl\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .xl\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .xl\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .xl\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .xl\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .xl\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xl\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xl\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xl\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xl\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xl\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xl\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xl\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .xl\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .xl\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .xl\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .xl\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .xl\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .xl\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .xl\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .xl\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .xl\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .xl\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .xl\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .xl\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .xl\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .xl\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .xl\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .xl\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .xl\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .xl\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .xl\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xl\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .xl\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .xl\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .xl\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .xl\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .xl\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .xl\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .xl\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .xl\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .xl\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .xl\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .xl\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .xl\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .xl\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .xl\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .xl\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .xl\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .xl\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .xl\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .xl\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xl\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xl\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xl\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xl\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xl\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xl\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xl\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .xl\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .xl\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .xl\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .xl\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .xl\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .xl\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .xl\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .xl\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .xl\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .xl\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .xl\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .xl\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .xl\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .xl\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .xl\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .xl\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .xl\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .xl\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .xl\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xl\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .xl\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .xl\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .xl\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .xl\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .xl\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .xl\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .xl\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .xl\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .xl\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .xl\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .xl\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .xl\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .xl\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .xl\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .xl\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .xl\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .xl\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .xl\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .xl\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xl\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xl\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xl\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xl\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xl\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xl\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xl\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .xl\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .xl\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .xl\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .xl\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .xl\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .xl\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .xl\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .xl\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .xl\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .xl\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .xl\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .xl\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .xl\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .xl\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .xl\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .xl\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .xl\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .xl\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .xl\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xl\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .xl\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .xl\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .xl\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .xl\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .xl\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .xl\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .xl\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .xl\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .xl\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .xl\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .xl\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .xl\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .xl\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .xl\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .xl\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .xl\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .xl\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .xl\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .xl\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xl\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xl\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xl\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xl\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xl\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xl\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xl\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xl\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xl\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xl\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xl\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xl\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xl\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xl\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xl\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xl\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xl\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xl\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xl\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xl\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xl\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xl\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xl\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xl\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xl\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xl\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xl\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xl\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xl\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xl\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xl\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xl\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xl\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xl\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xl\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xl\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xl\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xl\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xl\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xl\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xl\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xl\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xl\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xl\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xl\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xl\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xl\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xl\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xl\:tw-transition-none {
    transition-property: none !important;
  }

  .xl\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .xl\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .xl\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .xl\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .xl\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .xl\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .xl\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .xl\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .xl\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xl\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .xl\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .xl\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .xl\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .xl\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .xl\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .xl\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .xl\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xl\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .xl\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:tw-space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-3 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-7 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-11 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-28 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-36 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-48 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-52 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-56 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-64 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-72 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-96 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-px &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-0\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-3\.5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .\32xl\:tw-space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .\32xl\:tw-divide-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .\32xl\:tw-divide-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .\32xl\:tw-divide-transparent &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .\32xl\:tw-divide-current &gt; :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .\32xl\:tw-divide-white &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-black &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-150 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-200 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-600 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-700 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-500 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-800 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-900 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-solid &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .\32xl\:tw-divide-dashed &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .\32xl\:tw-divide-dotted &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .\32xl\:tw-divide-double &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .\32xl\:tw-divide-none &gt; :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .\32xl\:tw-divide-opacity-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .\32xl\:tw-divide-opacity-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .\32xl\:tw-divide-opacity-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .\32xl\:tw-divide-opacity-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .\32xl\:tw-divide-opacity-25 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .\32xl\:tw-divide-opacity-30 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .\32xl\:tw-divide-opacity-40 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .\32xl\:tw-divide-opacity-50 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .\32xl\:tw-divide-opacity-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .\32xl\:tw-divide-opacity-70 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .\32xl\:tw-divide-opacity-75 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .\32xl\:tw-divide-opacity-80 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .\32xl\:tw-divide-opacity-90 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .\32xl\:tw-divide-opacity-95 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .\32xl\:tw-divide-opacity-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .\32xl\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .\32xl\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .\32xl\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .\32xl\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .\32xl\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .\32xl\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .\32xl\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\32xl\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .\32xl\:tw-bg-local {
    background-attachment: local !important;
  }

  .\32xl\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .\32xl\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .\32xl\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .\32xl\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .\32xl\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .\32xl\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .\32xl\:tw-bg-current {
    background-color: currentColor !important;
  }

  .\32xl\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-150 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .\32xl\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-150:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .\32xl\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .\32xl\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-150:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .\32xl\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .\32xl\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 243, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-150:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 227, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 168, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 66, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 38, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 41, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-none {
    background-image: none !important;
  }

  .\32xl\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:tw-from-gray-50 {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:tw-from-gray-100 {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .\32xl\:tw-from-gray-150 {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:tw-from-gray-200 {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:tw-from-gray-600 {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:tw-from-gray-700 {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .\32xl\:tw-from-gray-800 {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:tw-from-green-100 {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .\32xl\:tw-from-green-900 {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .\32xl\:tw-from-blue-500 {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .\32xl\:tw-from-blue-800 {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .\32xl\:tw-from-blue-900 {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .\32xl\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .\32xl\:tw-via-gray-150 {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .\32xl\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .\32xl\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .\32xl\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .\32xl\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .\32xl\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .\32xl\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .\32xl\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .\32xl\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:tw-to-gray-50 {
    --tw-gradient-to: #FAFAFA !important;
  }

  .\32xl\:tw-to-gray-100 {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .\32xl\:tw-to-gray-150 {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .\32xl\:tw-to-gray-200 {
    --tw-gradient-to: #EDEDED !important;
  }

  .\32xl\:tw-to-gray-600 {
    --tw-gradient-to: #666666 !important;
  }

  .\32xl\:tw-to-gray-700 {
    --tw-gradient-to: #777777 !important;
  }

  .\32xl\:tw-to-gray-800 {
    --tw-gradient-to: #333333 !important;
  }

  .\32xl\:tw-to-green-100 {
    --tw-gradient-to: #ACE342 !important;
  }

  .\32xl\:tw-to-green-900 {
    --tw-gradient-to: #00A850 !important;
  }

  .\32xl\:tw-to-blue-500 {
    --tw-gradient-to: #224257 !important;
  }

  .\32xl\:tw-to-blue-800 {
    --tw-gradient-to: #00263D !important;
  }

  .\32xl\:tw-to-blue-900 {
    --tw-gradient-to: #012942 !important;
  }

  .\32xl\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-150:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .\32xl\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-150:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .\32xl\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .\32xl\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .\32xl\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #FAFAFA !important;
  }

  .\32xl\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .\32xl\:hover\:tw-to-gray-150:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .\32xl\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #EDEDED !important;
  }

  .\32xl\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #666666 !important;
  }

  .\32xl\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #777777 !important;
  }

  .\32xl\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #333333 !important;
  }

  .\32xl\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #ACE342 !important;
  }

  .\32xl\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #00A850 !important;
  }

  .\32xl\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #224257 !important;
  }

  .\32xl\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #00263D !important;
  }

  .\32xl\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #012942 !important;
  }

  .\32xl\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #FAFAFA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #F4F3F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-150:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #EDEDED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #777777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #ACE342 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #00A850 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #224257 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #00263D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #012942 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .\32xl\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAFAFA, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4F3F9, var(--tw-gradient-to, rgba(244, 243, 249, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-150:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EDEDED, var(--tw-gradient-to, rgba(237, 237, 237, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #777777, var(--tw-gradient-to, rgba(119, 119, 119, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACE342, var(--tw-gradient-to, rgba(172, 227, 66, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A850, var(--tw-gradient-to, rgba(0, 168, 80, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #224257, var(--tw-gradient-to, rgba(34, 66, 87, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00263D, var(--tw-gradient-to, rgba(0, 38, 61, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #012942, var(--tw-gradient-to, rgba(1, 41, 66, 0)) !important;
  }

  .\32xl\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .\32xl\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .\32xl\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #FAFAFA !important;
  }

  .\32xl\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #F4F3F9 !important;
  }

  .\32xl\:focus\:tw-to-gray-150:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .\32xl\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #EDEDED !important;
  }

  .\32xl\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #666666 !important;
  }

  .\32xl\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #777777 !important;
  }

  .\32xl\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #333333 !important;
  }

  .\32xl\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #ACE342 !important;
  }

  .\32xl\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #00A850 !important;
  }

  .\32xl\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #224257 !important;
  }

  .\32xl\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #00263D !important;
  }

  .\32xl\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #012942 !important;
  }

  .\32xl\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .\32xl\:tw-bg-center {
    background-position: center !important;
  }

  .\32xl\:tw-bg-left {
    background-position: left !important;
  }

  .\32xl\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .\32xl\:tw-bg-left-top {
    background-position: left top !important;
  }

  .\32xl\:tw-bg-right {
    background-position: right !important;
  }

  .\32xl\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .\32xl\:tw-bg-right-top {
    background-position: right top !important;
  }

  .\32xl\:tw-bg-top {
    background-position: top !important;
  }

  .\32xl\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .\32xl\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .\32xl\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .\32xl\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .\32xl\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .\32xl\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .\32xl\:tw-bg-auto {
    background-size: auto !important;
  }

  .\32xl\:tw-bg-cover {
    background-size: cover !important;
  }

  .\32xl\:tw-bg-contain {
    background-size: contain !important;
  }

  .\32xl\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .\32xl\:tw-border-separate {
    border-collapse: separate !important;
  }

  .\32xl\:tw-border-transparent {
    border-color: transparent !important;
  }

  .\32xl\:tw-border-current {
    border-color: currentColor !important;
  }

  .\32xl\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-150 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .\32xl\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-150:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .\32xl\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .\32xl\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-150:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .\32xl\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .\32xl\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 243, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-150:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 227, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 168, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 66, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 38, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 41, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .\32xl\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-llg {
    border-radius: 0.625rem !important;
  }

  .\32xl\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .\32xl\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .\32xl\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-t-llg {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }

  .\32xl\:tw-rounded-r-llg {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }

  .\32xl\:tw-rounded-b-llg {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .\32xl\:tw-rounded-l-llg {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }

  .\32xl\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .\32xl\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .\32xl\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .\32xl\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-tl-llg {
    border-top-left-radius: 0.625rem !important;
  }

  .\32xl\:tw-rounded-tr-llg {
    border-top-right-radius: 0.625rem !important;
  }

  .\32xl\:tw-rounded-br-llg {
    border-bottom-right-radius: 0.625rem !important;
  }

  .\32xl\:tw-rounded-bl-llg {
    border-bottom-left-radius: 0.625rem !important;
  }

  .\32xl\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:tw-border-solid {
    border-style: solid !important;
  }

  .\32xl\:tw-border-dashed {
    border-style: dashed !important;
  }

  .\32xl\:tw-border-dotted {
    border-style: dotted !important;
  }

  .\32xl\:tw-border-double {
    border-style: double !important;
  }

  .\32xl\:tw-border-none {
    border-style: none !important;
  }

  .\32xl\:tw-border-0 {
    border-width: 0px !important;
  }

  .\32xl\:tw-border-2 {
    border-width: 2px !important;
  }

  .\32xl\:tw-border-4 {
    border-width: 4px !important;
  }

  .\32xl\:tw-border-8 {
    border-width: 8px !important;
  }

  .\32xl\:tw-border {
    border-width: 1px !important;
  }

  .\32xl\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .\32xl\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .\32xl\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .\32xl\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .\32xl\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .\32xl\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .\32xl\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\32xl\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .\32xl\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .\32xl\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .\32xl\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .\32xl\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .\32xl\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .\32xl\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .\32xl\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .\32xl\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .\32xl\:tw-border-t {
    border-top-width: 1px !important;
  }

  .\32xl\:tw-border-r {
    border-right-width: 1px !important;
  }

  .\32xl\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .\32xl\:tw-border-l {
    border-left-width: 1px !important;
  }

  .\32xl\:tw-box-border {
    box-sizing: border-box !important;
  }

  .\32xl\:tw-box-content {
    box-sizing: content-box !important;
  }

  .\32xl\:tw-cursor-auto {
    cursor: auto !important;
  }

  .\32xl\:tw-cursor-default {
    cursor: default !important;
  }

  .\32xl\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .\32xl\:tw-cursor-wait {
    cursor: wait !important;
  }

  .\32xl\:tw-cursor-text {
    cursor: text !important;
  }

  .\32xl\:tw-cursor-move {
    cursor: move !important;
  }

  .\32xl\:tw-cursor-help {
    cursor: help !important;
  }

  .\32xl\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .\32xl\:tw-block {
    display: block !important;
  }

  .\32xl\:tw-inline-block {
    display: inline-block !important;
  }

  .\32xl\:tw-inline {
    display: inline !important;
  }

  .\32xl\:tw-flex {
    display: flex !important;
  }

  .\32xl\:tw-inline-flex {
    display: inline-flex !important;
  }

  .\32xl\:tw-table {
    display: table !important;
  }

  .\32xl\:tw-table-caption {
    display: table-caption !important;
  }

  .\32xl\:tw-table-cell {
    display: table-cell !important;
  }

  .\32xl\:tw-table-column {
    display: table-column !important;
  }

  .\32xl\:tw-table-column-group {
    display: table-column-group !important;
  }

  .\32xl\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .\32xl\:tw-table-header-group {
    display: table-header-group !important;
  }

  .\32xl\:tw-table-row-group {
    display: table-row-group !important;
  }

  .\32xl\:tw-table-row {
    display: table-row !important;
  }

  .\32xl\:tw-flow-root {
    display: flow-root !important;
  }

  .\32xl\:tw-grid {
    display: grid !important;
  }

  .\32xl\:tw-inline-grid {
    display: inline-grid !important;
  }

  .\32xl\:tw-contents {
    display: contents !important;
  }

  .\32xl\:tw-hidden {
    display: none !important;
  }

  .\32xl\:tw-flex-row {
    flex-direction: row !important;
  }

  .\32xl\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .\32xl\:tw-flex-col {
    flex-direction: column !important;
  }

  .\32xl\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .\32xl\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .\32xl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .\32xl\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .\32xl\:tw-place-items-auto {
    place-items: auto !important;
  }

  .\32xl\:tw-place-items-start {
    place-items: start !important;
  }

  .\32xl\:tw-place-items-end {
    place-items: end !important;
  }

  .\32xl\:tw-place-items-center {
    place-items: center !important;
  }

  .\32xl\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .\32xl\:tw-place-content-center {
    place-content: center !important;
  }

  .\32xl\:tw-place-content-start {
    place-content: start !important;
  }

  .\32xl\:tw-place-content-end {
    place-content: end !important;
  }

  .\32xl\:tw-place-content-between {
    place-content: space-between !important;
  }

  .\32xl\:tw-place-content-around {
    place-content: space-around !important;
  }

  .\32xl\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .\32xl\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .\32xl\:tw-place-self-auto {
    place-self: auto !important;
  }

  .\32xl\:tw-place-self-start {
    place-self: start !important;
  }

  .\32xl\:tw-place-self-end {
    place-self: end !important;
  }

  .\32xl\:tw-place-self-center {
    place-self: center !important;
  }

  .\32xl\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .\32xl\:tw-items-start {
    align-items: flex-start !important;
  }

  .\32xl\:tw-items-end {
    align-items: flex-end !important;
  }

  .\32xl\:tw-items-center {
    align-items: center !important;
  }

  .\32xl\:tw-items-baseline {
    align-items: baseline !important;
  }

  .\32xl\:tw-items-stretch {
    align-items: stretch !important;
  }

  .\32xl\:tw-content-center {
    align-content: center !important;
  }

  .\32xl\:tw-content-start {
    align-content: flex-start !important;
  }

  .\32xl\:tw-content-end {
    align-content: flex-end !important;
  }

  .\32xl\:tw-content-between {
    align-content: space-between !important;
  }

  .\32xl\:tw-content-around {
    align-content: space-around !important;
  }

  .\32xl\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .\32xl\:tw-self-auto {
    align-self: auto !important;
  }

  .\32xl\:tw-self-start {
    align-self: flex-start !important;
  }

  .\32xl\:tw-self-end {
    align-self: flex-end !important;
  }

  .\32xl\:tw-self-center {
    align-self: center !important;
  }

  .\32xl\:tw-self-stretch {
    align-self: stretch !important;
  }

  .\32xl\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .\32xl\:tw-justify-items-start {
    justify-items: start !important;
  }

  .\32xl\:tw-justify-items-end {
    justify-items: end !important;
  }

  .\32xl\:tw-justify-items-center {
    justify-items: center !important;
  }

  .\32xl\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .\32xl\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .\32xl\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .\32xl\:tw-justify-center {
    justify-content: center !important;
  }

  .\32xl\:tw-justify-between {
    justify-content: space-between !important;
  }

  .\32xl\:tw-justify-around {
    justify-content: space-around !important;
  }

  .\32xl\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .\32xl\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .\32xl\:tw-justify-self-start {
    justify-self: start !important;
  }

  .\32xl\:tw-justify-self-end {
    justify-self: end !important;
  }

  .\32xl\:tw-justify-self-center {
    justify-self: center !important;
  }

  .\32xl\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .\32xl\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .\32xl\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .\32xl\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .\32xl\:tw-flex-none {
    flex: none !important;
  }

  .\32xl\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .\32xl\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .\32xl\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .\32xl\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .\32xl\:tw-order-1 {
    order: 1 !important;
  }

  .\32xl\:tw-order-2 {
    order: 2 !important;
  }

  .\32xl\:tw-order-3 {
    order: 3 !important;
  }

  .\32xl\:tw-order-4 {
    order: 4 !important;
  }

  .\32xl\:tw-order-5 {
    order: 5 !important;
  }

  .\32xl\:tw-order-6 {
    order: 6 !important;
  }

  .\32xl\:tw-order-7 {
    order: 7 !important;
  }

  .\32xl\:tw-order-8 {
    order: 8 !important;
  }

  .\32xl\:tw-order-9 {
    order: 9 !important;
  }

  .\32xl\:tw-order-10 {
    order: 10 !important;
  }

  .\32xl\:tw-order-11 {
    order: 11 !important;
  }

  .\32xl\:tw-order-12 {
    order: 12 !important;
  }

  .\32xl\:tw-order-first {
    order: -9999 !important;
  }

  .\32xl\:tw-order-last {
    order: 9999 !important;
  }

  .\32xl\:tw-order-none {
    order: 0 !important;
  }

  .\32xl\:tw-float-right {
    float: right !important;
  }

  .\32xl\:tw-float-left {
    float: left !important;
  }

  .\32xl\:tw-float-none {
    float: none !important;
  }

  .\32xl\:tw-clear-left {
    clear: left !important;
  }

  .\32xl\:tw-clear-right {
    clear: right !important;
  }

  .\32xl\:tw-clear-both {
    clear: both !important;
  }

  .\32xl\:tw-clear-none {
    clear: none !important;
  }

  .\32xl\:tw-font-helvetica {
    font-family: Helvetica, Arial, sans-serif !important;
  }

  .\32xl\:tw-font-kanit {
    font-family: Kanit, sans-serif !important;
  }

  .\32xl\:tw-font-thin {
    font-weight: 100 !important;
  }

  .\32xl\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .\32xl\:tw-font-light {
    font-weight: 300 !important;
  }

  .\32xl\:tw-font-normal {
    font-weight: 400 !important;
  }

  .\32xl\:tw-font-medium {
    font-weight: 500 !important;
  }

  .\32xl\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .\32xl\:tw-font-bold {
    font-weight: 700 !important;
  }

  .\32xl\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .\32xl\:tw-font-black {
    font-weight: 900 !important;
  }

  .\32xl\:tw-h-0 {
    height: 0px !important;
  }

  .\32xl\:tw-h-1 {
    height: 0.25rem !important;
  }

  .\32xl\:tw-h-2 {
    height: 0.5rem !important;
  }

  .\32xl\:tw-h-3 {
    height: 0.75rem !important;
  }

  .\32xl\:tw-h-4 {
    height: 1rem !important;
  }

  .\32xl\:tw-h-5 {
    height: 1.25rem !important;
  }

  .\32xl\:tw-h-6 {
    height: 1.5rem !important;
  }

  .\32xl\:tw-h-7 {
    height: 1.75rem !important;
  }

  .\32xl\:tw-h-8 {
    height: 2rem !important;
  }

  .\32xl\:tw-h-9 {
    height: 2.25rem !important;
  }

  .\32xl\:tw-h-10 {
    height: 2.5rem !important;
  }

  .\32xl\:tw-h-11 {
    height: 2.75rem !important;
  }

  .\32xl\:tw-h-12 {
    height: 3rem !important;
  }

  .\32xl\:tw-h-14 {
    height: 3.5rem !important;
  }

  .\32xl\:tw-h-16 {
    height: 4rem !important;
  }

  .\32xl\:tw-h-20 {
    height: 5rem !important;
  }

  .\32xl\:tw-h-24 {
    height: 6rem !important;
  }

  .\32xl\:tw-h-28 {
    height: 7rem !important;
  }

  .\32xl\:tw-h-32 {
    height: 8rem !important;
  }

  .\32xl\:tw-h-36 {
    height: 9rem !important;
  }

  .\32xl\:tw-h-40 {
    height: 10rem !important;
  }

  .\32xl\:tw-h-44 {
    height: 11rem !important;
  }

  .\32xl\:tw-h-48 {
    height: 12rem !important;
  }

  .\32xl\:tw-h-52 {
    height: 13rem !important;
  }

  .\32xl\:tw-h-56 {
    height: 14rem !important;
  }

  .\32xl\:tw-h-60 {
    height: 15rem !important;
  }

  .\32xl\:tw-h-64 {
    height: 16rem !important;
  }

  .\32xl\:tw-h-72 {
    height: 18rem !important;
  }

  .\32xl\:tw-h-80 {
    height: 20rem !important;
  }

  .\32xl\:tw-h-96 {
    height: 24rem !important;
  }

  .\32xl\:tw-h-auto {
    height: auto !important;
  }

  .\32xl\:tw-h-px {
    height: 1px !important;
  }

  .\32xl\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .\32xl\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .\32xl\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .\32xl\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .\32xl\:tw-h-1\/2 {
    height: 50% !important;
  }

  .\32xl\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .\32xl\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .\32xl\:tw-h-1\/4 {
    height: 25% !important;
  }

  .\32xl\:tw-h-2\/4 {
    height: 50% !important;
  }

  .\32xl\:tw-h-3\/4 {
    height: 75% !important;
  }

  .\32xl\:tw-h-1\/5 {
    height: 20% !important;
  }

  .\32xl\:tw-h-2\/5 {
    height: 40% !important;
  }

  .\32xl\:tw-h-3\/5 {
    height: 60% !important;
  }

  .\32xl\:tw-h-4\/5 {
    height: 80% !important;
  }

  .\32xl\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .\32xl\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .\32xl\:tw-h-3\/6 {
    height: 50% !important;
  }

  .\32xl\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .\32xl\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .\32xl\:tw-h-full {
    height: 100% !important;
  }

  .\32xl\:tw-h-screen {
    height: 100vh !important;
  }

  .\32xl\:tw-text-xxs {
    font-size: 0.4375rem !important;
    line-height: 0.57rem !important;
  }

  .\32xl\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .\32xl\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .\32xl\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .\32xl\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .\32xl\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .\32xl\:tw-text-xxl {
    font-size: 1.429rem !important;
    line-height: 1.75rem !important;
  }

  .\32xl\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .\32xl\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .\32xl\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .\32xl\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .\32xl\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .\32xl\:tw-text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .\32xl\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .\32xl\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .\32xl\:tw-text-5xs {
    font-size: 0.5rem !important;
    line-height: 0.53rem !important;
  }

  .\32xl\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .\32xl\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .\32xl\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .\32xl\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .\32xl\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .\32xl\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .\32xl\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .\32xl\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .\32xl\:tw-leading-none {
    line-height: 1 !important;
  }

  .\32xl\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .\32xl\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .\32xl\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .\32xl\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .\32xl\:tw-leading-loose {
    line-height: 2 !important;
  }

  .\32xl\:tw-list-inside {
    list-style-position: inside !important;
  }

  .\32xl\:tw-list-outside {
    list-style-position: outside !important;
  }

  .\32xl\:tw-list-none {
    list-style-type: none !important;
  }

  .\32xl\:tw-list-disc {
    list-style-type: disc !important;
  }

  .\32xl\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .\32xl\:tw-m-0 {
    margin: 0px !important;
  }

  .\32xl\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .\32xl\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .\32xl\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .\32xl\:tw-m-4 {
    margin: 1rem !important;
  }

  .\32xl\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .\32xl\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .\32xl\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .\32xl\:tw-m-8 {
    margin: 2rem !important;
  }

  .\32xl\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .\32xl\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .\32xl\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .\32xl\:tw-m-12 {
    margin: 3rem !important;
  }

  .\32xl\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .\32xl\:tw-m-16 {
    margin: 4rem !important;
  }

  .\32xl\:tw-m-20 {
    margin: 5rem !important;
  }

  .\32xl\:tw-m-24 {
    margin: 6rem !important;
  }

  .\32xl\:tw-m-28 {
    margin: 7rem !important;
  }

  .\32xl\:tw-m-32 {
    margin: 8rem !important;
  }

  .\32xl\:tw-m-36 {
    margin: 9rem !important;
  }

  .\32xl\:tw-m-40 {
    margin: 10rem !important;
  }

  .\32xl\:tw-m-44 {
    margin: 11rem !important;
  }

  .\32xl\:tw-m-48 {
    margin: 12rem !important;
  }

  .\32xl\:tw-m-52 {
    margin: 13rem !important;
  }

  .\32xl\:tw-m-56 {
    margin: 14rem !important;
  }

  .\32xl\:tw-m-60 {
    margin: 15rem !important;
  }

  .\32xl\:tw-m-64 {
    margin: 16rem !important;
  }

  .\32xl\:tw-m-72 {
    margin: 18rem !important;
  }

  .\32xl\:tw-m-80 {
    margin: 20rem !important;
  }

  .\32xl\:tw-m-96 {
    margin: 24rem !important;
  }

  .\32xl\:tw-m-auto {
    margin: auto !important;
  }

  .\32xl\:tw-m-px {
    margin: 1px !important;
  }

  .\32xl\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .\32xl\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .\32xl\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .\32xl\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .\32xl\:tw--m-0 {
    margin: 0px !important;
  }

  .\32xl\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .\32xl\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .\32xl\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .\32xl\:tw--m-4 {
    margin: -1rem !important;
  }

  .\32xl\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .\32xl\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .\32xl\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .\32xl\:tw--m-8 {
    margin: -2rem !important;
  }

  .\32xl\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .\32xl\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .\32xl\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .\32xl\:tw--m-12 {
    margin: -3rem !important;
  }

  .\32xl\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .\32xl\:tw--m-16 {
    margin: -4rem !important;
  }

  .\32xl\:tw--m-20 {
    margin: -5rem !important;
  }

  .\32xl\:tw--m-24 {
    margin: -6rem !important;
  }

  .\32xl\:tw--m-28 {
    margin: -7rem !important;
  }

  .\32xl\:tw--m-32 {
    margin: -8rem !important;
  }

  .\32xl\:tw--m-36 {
    margin: -9rem !important;
  }

  .\32xl\:tw--m-40 {
    margin: -10rem !important;
  }

  .\32xl\:tw--m-44 {
    margin: -11rem !important;
  }

  .\32xl\:tw--m-48 {
    margin: -12rem !important;
  }

  .\32xl\:tw--m-52 {
    margin: -13rem !important;
  }

  .\32xl\:tw--m-56 {
    margin: -14rem !important;
  }

  .\32xl\:tw--m-60 {
    margin: -15rem !important;
  }

  .\32xl\:tw--m-64 {
    margin: -16rem !important;
  }

  .\32xl\:tw--m-72 {
    margin: -18rem !important;
  }

  .\32xl\:tw--m-80 {
    margin: -20rem !important;
  }

  .\32xl\:tw--m-96 {
    margin: -24rem !important;
  }

  .\32xl\:tw--m-px {
    margin: -1px !important;
  }

  .\32xl\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .\32xl\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .\32xl\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .\32xl\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .\32xl\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\32xl\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\32xl\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\32xl\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\32xl\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .\32xl\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\32xl\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\32xl\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .\32xl\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\32xl\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\32xl\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\32xl\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\32xl\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\32xl\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\32xl\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\32xl\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\32xl\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\32xl\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\32xl\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\32xl\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .\32xl\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\32xl\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\32xl\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\32xl\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .\32xl\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .\32xl\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\32xl\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\32xl\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .\32xl\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .\32xl\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\32xl\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\32xl\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .\32xl\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .\32xl\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\32xl\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\32xl\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .\32xl\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .\32xl\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\32xl\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\32xl\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .\32xl\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .\32xl\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\32xl\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\32xl\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\32xl\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\32xl\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .\32xl\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\32xl\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .\32xl\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\32xl\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\32xl\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\32xl\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\32xl\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\32xl\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\32xl\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\32xl\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .\32xl\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\32xl\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\32xl\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .\32xl\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\32xl\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\32xl\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\32xl\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\32xl\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\32xl\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\32xl\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\32xl\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\32xl\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\32xl\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\32xl\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\32xl\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\32xl\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\32xl\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\32xl\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\32xl\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .\32xl\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .\32xl\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\32xl\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\32xl\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .\32xl\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .\32xl\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\32xl\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\32xl\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .\32xl\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .\32xl\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\32xl\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\32xl\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .\32xl\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .\32xl\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\32xl\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\32xl\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .\32xl\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .\32xl\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\32xl\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\32xl\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .\32xl\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .\32xl\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\32xl\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\32xl\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\32xl\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .\32xl\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\32xl\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .\32xl\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .\32xl\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .\32xl\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .\32xl\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .\32xl\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .\32xl\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .\32xl\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .\32xl\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .\32xl\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .\32xl\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .\32xl\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .\32xl\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .\32xl\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .\32xl\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .\32xl\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .\32xl\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .\32xl\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .\32xl\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .\32xl\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .\32xl\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .\32xl\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .\32xl\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .\32xl\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .\32xl\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .\32xl\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .\32xl\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .\32xl\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .\32xl\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .\32xl\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .\32xl\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .\32xl\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .\32xl\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .\32xl\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .\32xl\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .\32xl\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .\32xl\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .\32xl\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .\32xl\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .\32xl\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .\32xl\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .\32xl\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .\32xl\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .\32xl\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .\32xl\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .\32xl\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .\32xl\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .\32xl\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .\32xl\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .\32xl\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .\32xl\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .\32xl\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .\32xl\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .\32xl\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .\32xl\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .\32xl\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .\32xl\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .\32xl\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .\32xl\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .\32xl\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .\32xl\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .\32xl\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .\32xl\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .\32xl\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .\32xl\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .\32xl\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .\32xl\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .\32xl\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .\32xl\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .\32xl\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .\32xl\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .\32xl\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .\32xl\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .\32xl\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .\32xl\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .\32xl\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .\32xl\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .\32xl\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .\32xl\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .\32xl\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .\32xl\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .\32xl\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .\32xl\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .\32xl\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .\32xl\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .\32xl\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .\32xl\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .\32xl\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .\32xl\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .\32xl\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .\32xl\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .\32xl\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .\32xl\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .\32xl\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .\32xl\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .\32xl\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .\32xl\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .\32xl\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .\32xl\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .\32xl\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .\32xl\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .\32xl\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .\32xl\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .\32xl\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .\32xl\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .\32xl\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .\32xl\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .\32xl\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .\32xl\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .\32xl\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .\32xl\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .\32xl\:tw-mt-auto {
    margin-top: auto !important;
  }

  .\32xl\:tw-mr-auto {
    margin-right: auto !important;
  }

  .\32xl\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .\32xl\:tw-ml-auto {
    margin-left: auto !important;
  }

  .\32xl\:tw-mt-px {
    margin-top: 1px !important;
  }

  .\32xl\:tw-mr-px {
    margin-right: 1px !important;
  }

  .\32xl\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .\32xl\:tw-ml-px {
    margin-left: 1px !important;
  }

  .\32xl\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .\32xl\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .\32xl\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .\32xl\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .\32xl\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .\32xl\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .\32xl\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .\32xl\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .\32xl\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .\32xl\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .\32xl\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .\32xl\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .\32xl\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .\32xl\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .\32xl\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .\32xl\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .\32xl\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .\32xl\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .\32xl\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .\32xl\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .\32xl\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .\32xl\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .\32xl\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .\32xl\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .\32xl\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .\32xl\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .\32xl\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .\32xl\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .\32xl\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .\32xl\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .\32xl\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .\32xl\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .\32xl\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .\32xl\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .\32xl\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .\32xl\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .\32xl\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .\32xl\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .\32xl\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .\32xl\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .\32xl\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .\32xl\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .\32xl\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .\32xl\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .\32xl\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .\32xl\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .\32xl\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .\32xl\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .\32xl\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .\32xl\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .\32xl\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .\32xl\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .\32xl\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .\32xl\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .\32xl\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .\32xl\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .\32xl\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .\32xl\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .\32xl\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .\32xl\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .\32xl\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .\32xl\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .\32xl\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .\32xl\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .\32xl\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .\32xl\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .\32xl\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .\32xl\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .\32xl\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .\32xl\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .\32xl\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .\32xl\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .\32xl\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .\32xl\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .\32xl\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .\32xl\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .\32xl\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .\32xl\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .\32xl\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .\32xl\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .\32xl\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .\32xl\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .\32xl\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .\32xl\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .\32xl\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .\32xl\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .\32xl\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .\32xl\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .\32xl\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .\32xl\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .\32xl\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .\32xl\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .\32xl\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .\32xl\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .\32xl\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .\32xl\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .\32xl\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .\32xl\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .\32xl\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .\32xl\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .\32xl\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .\32xl\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .\32xl\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .\32xl\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .\32xl\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .\32xl\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .\32xl\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .\32xl\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .\32xl\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .\32xl\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .\32xl\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .\32xl\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .\32xl\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .\32xl\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .\32xl\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .\32xl\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .\32xl\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .\32xl\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .\32xl\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .\32xl\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .\32xl\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .\32xl\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .\32xl\:tw--mt-px {
    margin-top: -1px !important;
  }

  .\32xl\:tw--mr-px {
    margin-right: -1px !important;
  }

  .\32xl\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .\32xl\:tw--ml-px {
    margin-left: -1px !important;
  }

  .\32xl\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .\32xl\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .\32xl\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .\32xl\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .\32xl\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .\32xl\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .\32xl\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .\32xl\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .\32xl\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .\32xl\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .\32xl\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .\32xl\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .\32xl\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .\32xl\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .\32xl\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .\32xl\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .\32xl\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .\32xl\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .\32xl\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .\32xl\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .\32xl\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .\32xl\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .\32xl\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .\32xl\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .\32xl\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .\32xl\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .\32xl\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .\32xl\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .\32xl\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .\32xl\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .\32xl\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .\32xl\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .\32xl\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .\32xl\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .\32xl\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .\32xl\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .\32xl\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .\32xl\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .\32xl\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .\32xl\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .\32xl\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .\32xl\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .\32xl\:tw-max-h-px {
    max-height: 1px !important;
  }

  .\32xl\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .\32xl\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .\32xl\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .\32xl\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .\32xl\:tw-max-h-full {
    max-height: 100% !important;
  }

  .\32xl\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .\32xl\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .\32xl\:tw-max-w-none {
    max-width: none !important;
  }

  .\32xl\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .\32xl\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .\32xl\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .\32xl\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .\32xl\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .\32xl\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .\32xl\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .\32xl\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .\32xl\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .\32xl\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .\32xl\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .\32xl\:tw-max-w-full {
    max-width: 100% !important;
  }

  .\32xl\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .\32xl\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .\32xl\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .\32xl\:tw-max-w-screen-xxs {
    max-width: 365px !important;
  }

  .\32xl\:tw-max-w-screen-xs {
    max-width: 414px !important;
  }

  .\32xl\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .\32xl\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .\32xl\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .\32xl\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .\32xl\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .\32xl\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .\32xl\:tw-min-h-full {
    min-height: 100% !important;
  }

  .\32xl\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .\32xl\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .\32xl\:tw-min-w-full {
    min-width: 100% !important;
  }

  .\32xl\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .\32xl\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .\32xl\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\32xl\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\32xl\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\32xl\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\32xl\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\32xl\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\32xl\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\32xl\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\32xl\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\32xl\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\32xl\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\32xl\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\32xl\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\32xl\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\32xl\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .\32xl\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .\32xl\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .\32xl\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .\32xl\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .\32xl\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .\32xl\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .\32xl\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .\32xl\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .\32xl\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .\32xl\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .\32xl\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .\32xl\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .\32xl\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .\32xl\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .\32xl\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .\32xl\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .\32xl\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .\32xl\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .\32xl\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .\32xl\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .\32xl\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .\32xl\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .\32xl\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .\32xl\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .\32xl\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .\32xl\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .\32xl\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .\32xl\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .\32xl\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .\32xl\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .\32xl\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .\32xl\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:tw-overflow-auto {
    overflow: auto !important;
  }

  .\32xl\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .\32xl\:tw-overflow-visible {
    overflow: visible !important;
  }

  .\32xl\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .\32xl\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .\32xl\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .\32xl\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .\32xl\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .\32xl\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .\32xl\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .\32xl\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .\32xl\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .\32xl\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .\32xl\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .\32xl\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .\32xl\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .\32xl\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .\32xl\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .\32xl\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .\32xl\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .\32xl\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .\32xl\:tw-p-0 {
    padding: 0px !important;
  }

  .\32xl\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .\32xl\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .\32xl\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .\32xl\:tw-p-4 {
    padding: 1rem !important;
  }

  .\32xl\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .\32xl\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .\32xl\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .\32xl\:tw-p-8 {
    padding: 2rem !important;
  }

  .\32xl\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .\32xl\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .\32xl\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .\32xl\:tw-p-12 {
    padding: 3rem !important;
  }

  .\32xl\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .\32xl\:tw-p-16 {
    padding: 4rem !important;
  }

  .\32xl\:tw-p-20 {
    padding: 5rem !important;
  }

  .\32xl\:tw-p-24 {
    padding: 6rem !important;
  }

  .\32xl\:tw-p-28 {
    padding: 7rem !important;
  }

  .\32xl\:tw-p-32 {
    padding: 8rem !important;
  }

  .\32xl\:tw-p-36 {
    padding: 9rem !important;
  }

  .\32xl\:tw-p-40 {
    padding: 10rem !important;
  }

  .\32xl\:tw-p-44 {
    padding: 11rem !important;
  }

  .\32xl\:tw-p-48 {
    padding: 12rem !important;
  }

  .\32xl\:tw-p-52 {
    padding: 13rem !important;
  }

  .\32xl\:tw-p-56 {
    padding: 14rem !important;
  }

  .\32xl\:tw-p-60 {
    padding: 15rem !important;
  }

  .\32xl\:tw-p-64 {
    padding: 16rem !important;
  }

  .\32xl\:tw-p-72 {
    padding: 18rem !important;
  }

  .\32xl\:tw-p-80 {
    padding: 20rem !important;
  }

  .\32xl\:tw-p-96 {
    padding: 24rem !important;
  }

  .\32xl\:tw-p-px {
    padding: 1px !important;
  }

  .\32xl\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .\32xl\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .\32xl\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .\32xl\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .\32xl\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .\32xl\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\32xl\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\32xl\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\32xl\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .\32xl\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\32xl\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\32xl\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\32xl\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .\32xl\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .\32xl\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\32xl\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\32xl\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\32xl\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\32xl\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .\32xl\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .\32xl\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\32xl\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .\32xl\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\32xl\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\32xl\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .\32xl\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\32xl\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .\32xl\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\32xl\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\32xl\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .\32xl\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .\32xl\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\32xl\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .\32xl\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .\32xl\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\32xl\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\32xl\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .\32xl\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .\32xl\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .\32xl\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .\32xl\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .\32xl\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .\32xl\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .\32xl\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .\32xl\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .\32xl\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .\32xl\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .\32xl\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .\32xl\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .\32xl\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .\32xl\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .\32xl\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .\32xl\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .\32xl\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .\32xl\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .\32xl\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .\32xl\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .\32xl\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .\32xl\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .\32xl\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .\32xl\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .\32xl\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .\32xl\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .\32xl\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .\32xl\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .\32xl\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .\32xl\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .\32xl\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .\32xl\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .\32xl\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .\32xl\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .\32xl\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .\32xl\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .\32xl\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .\32xl\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .\32xl\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .\32xl\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .\32xl\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .\32xl\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .\32xl\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .\32xl\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .\32xl\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .\32xl\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .\32xl\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .\32xl\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .\32xl\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .\32xl\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .\32xl\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .\32xl\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .\32xl\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .\32xl\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .\32xl\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .\32xl\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .\32xl\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .\32xl\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .\32xl\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .\32xl\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .\32xl\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .\32xl\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .\32xl\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .\32xl\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .\32xl\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .\32xl\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .\32xl\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .\32xl\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .\32xl\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .\32xl\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .\32xl\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .\32xl\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .\32xl\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .\32xl\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .\32xl\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .\32xl\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .\32xl\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .\32xl\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .\32xl\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .\32xl\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .\32xl\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .\32xl\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .\32xl\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .\32xl\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .\32xl\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .\32xl\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .\32xl\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .\32xl\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .\32xl\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .\32xl\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .\32xl\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .\32xl\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .\32xl\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .\32xl\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .\32xl\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .\32xl\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .\32xl\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .\32xl\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .\32xl\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .\32xl\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .\32xl\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .\32xl\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .\32xl\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .\32xl\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .\32xl\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .\32xl\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .\32xl\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .\32xl\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .\32xl\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .\32xl\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .\32xl\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .\32xl\:tw-pt-px {
    padding-top: 1px !important;
  }

  .\32xl\:tw-pr-px {
    padding-right: 1px !important;
  }

  .\32xl\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .\32xl\:tw-pl-px {
    padding-left: 1px !important;
  }

  .\32xl\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .\32xl\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .\32xl\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .\32xl\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .\32xl\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .\32xl\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .\32xl\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .\32xl\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .\32xl\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .\32xl\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .\32xl\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .\32xl\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .\32xl\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .\32xl\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .\32xl\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .\32xl\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .\32xl\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\32xl\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .\32xl\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-150::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-150:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-150::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-150:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-150:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .\32xl\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .\32xl\:tw-static {
    position: static !important;
  }

  .\32xl\:tw-fixed {
    position: fixed !important;
  }

  .\32xl\:tw-absolute {
    position: absolute !important;
  }

  .\32xl\:tw-relative {
    position: relative !important;
  }

  .\32xl\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .\32xl\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .\32xl\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .\32xl\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .\32xl\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\32xl\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .\32xl\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .\32xl\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\32xl\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .\32xl\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .\32xl\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .\32xl\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .\32xl\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .\32xl\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .\32xl\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .\32xl\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .\32xl\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .\32xl\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .\32xl\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .\32xl\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .\32xl\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .\32xl\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .\32xl\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .\32xl\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .\32xl\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .\32xl\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .\32xl\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .\32xl\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .\32xl\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .\32xl\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\32xl\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .\32xl\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .\32xl\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .\32xl\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .\32xl\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .\32xl\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .\32xl\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .\32xl\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .\32xl\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .\32xl\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .\32xl\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\32xl\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .\32xl\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .\32xl\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .\32xl\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\32xl\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .\32xl\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\32xl\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .\32xl\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\32xl\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .\32xl\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .\32xl\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .\32xl\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .\32xl\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .\32xl\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .\32xl\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .\32xl\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .\32xl\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .\32xl\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .\32xl\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .\32xl\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .\32xl\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .\32xl\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .\32xl\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .\32xl\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .\32xl\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .\32xl\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .\32xl\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .\32xl\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .\32xl\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .\32xl\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .\32xl\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .\32xl\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .\32xl\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .\32xl\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .\32xl\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .\32xl\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .\32xl\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .\32xl\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .\32xl\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .\32xl\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .\32xl\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .\32xl\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .\32xl\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\32xl\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .\32xl\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .\32xl\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .\32xl\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\32xl\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .\32xl\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .\32xl\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\32xl\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .\32xl\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .\32xl\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .\32xl\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .\32xl\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .\32xl\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .\32xl\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .\32xl\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .\32xl\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .\32xl\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .\32xl\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .\32xl\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .\32xl\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .\32xl\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .\32xl\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .\32xl\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .\32xl\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .\32xl\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .\32xl\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .\32xl\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .\32xl\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .\32xl\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .\32xl\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .\32xl\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .\32xl\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .\32xl\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .\32xl\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .\32xl\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .\32xl\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .\32xl\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .\32xl\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .\32xl\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .\32xl\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .\32xl\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .\32xl\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .\32xl\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .\32xl\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .\32xl\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .\32xl\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .\32xl\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .\32xl\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .\32xl\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .\32xl\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .\32xl\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .\32xl\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .\32xl\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .\32xl\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .\32xl\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\32xl\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .\32xl\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .\32xl\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .\32xl\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .\32xl\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .\32xl\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .\32xl\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .\32xl\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .\32xl\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .\32xl\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .\32xl\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .\32xl\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .\32xl\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .\32xl\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .\32xl\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .\32xl\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\32xl\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .\32xl\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .\32xl\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .\32xl\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .\32xl\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\32xl\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .\32xl\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .\32xl\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .\32xl\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .\32xl\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .\32xl\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .\32xl\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .\32xl\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\32xl\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .\32xl\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .\32xl\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .\32xl\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\32xl\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .\32xl\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .\32xl\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .\32xl\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\32xl\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .\32xl\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .\32xl\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .\32xl\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .\32xl\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .\32xl\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .\32xl\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .\32xl\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .\32xl\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .\32xl\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .\32xl\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .\32xl\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .\32xl\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .\32xl\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .\32xl\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .\32xl\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .\32xl\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .\32xl\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .\32xl\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .\32xl\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .\32xl\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .\32xl\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .\32xl\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .\32xl\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .\32xl\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .\32xl\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .\32xl\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .\32xl\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .\32xl\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .\32xl\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\32xl\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .\32xl\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .\32xl\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .\32xl\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .\32xl\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .\32xl\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .\32xl\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .\32xl\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .\32xl\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .\32xl\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .\32xl\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .\32xl\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .\32xl\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .\32xl\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .\32xl\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .\32xl\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .\32xl\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .\32xl\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .\32xl\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .\32xl\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .\32xl\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .\32xl\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .\32xl\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .\32xl\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .\32xl\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .\32xl\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .\32xl\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .\32xl\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .\32xl\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .\32xl\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .\32xl\:tw-top-0 {
    top: 0px !important;
  }

  .\32xl\:tw-right-0 {
    right: 0px !important;
  }

  .\32xl\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .\32xl\:tw-left-0 {
    left: 0px !important;
  }

  .\32xl\:tw-top-1 {
    top: 0.25rem !important;
  }

  .\32xl\:tw-right-1 {
    right: 0.25rem !important;
  }

  .\32xl\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .\32xl\:tw-left-1 {
    left: 0.25rem !important;
  }

  .\32xl\:tw-top-2 {
    top: 0.5rem !important;
  }

  .\32xl\:tw-right-2 {
    right: 0.5rem !important;
  }

  .\32xl\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .\32xl\:tw-left-2 {
    left: 0.5rem !important;
  }

  .\32xl\:tw-top-3 {
    top: 0.75rem !important;
  }

  .\32xl\:tw-right-3 {
    right: 0.75rem !important;
  }

  .\32xl\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .\32xl\:tw-left-3 {
    left: 0.75rem !important;
  }

  .\32xl\:tw-top-4 {
    top: 1rem !important;
  }

  .\32xl\:tw-right-4 {
    right: 1rem !important;
  }

  .\32xl\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .\32xl\:tw-left-4 {
    left: 1rem !important;
  }

  .\32xl\:tw-top-5 {
    top: 1.25rem !important;
  }

  .\32xl\:tw-right-5 {
    right: 1.25rem !important;
  }

  .\32xl\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .\32xl\:tw-left-5 {
    left: 1.25rem !important;
  }

  .\32xl\:tw-top-6 {
    top: 1.5rem !important;
  }

  .\32xl\:tw-right-6 {
    right: 1.5rem !important;
  }

  .\32xl\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .\32xl\:tw-left-6 {
    left: 1.5rem !important;
  }

  .\32xl\:tw-top-7 {
    top: 1.75rem !important;
  }

  .\32xl\:tw-right-7 {
    right: 1.75rem !important;
  }

  .\32xl\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .\32xl\:tw-left-7 {
    left: 1.75rem !important;
  }

  .\32xl\:tw-top-8 {
    top: 2rem !important;
  }

  .\32xl\:tw-right-8 {
    right: 2rem !important;
  }

  .\32xl\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .\32xl\:tw-left-8 {
    left: 2rem !important;
  }

  .\32xl\:tw-top-9 {
    top: 2.25rem !important;
  }

  .\32xl\:tw-right-9 {
    right: 2.25rem !important;
  }

  .\32xl\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .\32xl\:tw-left-9 {
    left: 2.25rem !important;
  }

  .\32xl\:tw-top-10 {
    top: 2.5rem !important;
  }

  .\32xl\:tw-right-10 {
    right: 2.5rem !important;
  }

  .\32xl\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .\32xl\:tw-left-10 {
    left: 2.5rem !important;
  }

  .\32xl\:tw-top-11 {
    top: 2.75rem !important;
  }

  .\32xl\:tw-right-11 {
    right: 2.75rem !important;
  }

  .\32xl\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .\32xl\:tw-left-11 {
    left: 2.75rem !important;
  }

  .\32xl\:tw-top-12 {
    top: 3rem !important;
  }

  .\32xl\:tw-right-12 {
    right: 3rem !important;
  }

  .\32xl\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .\32xl\:tw-left-12 {
    left: 3rem !important;
  }

  .\32xl\:tw-top-14 {
    top: 3.5rem !important;
  }

  .\32xl\:tw-right-14 {
    right: 3.5rem !important;
  }

  .\32xl\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .\32xl\:tw-left-14 {
    left: 3.5rem !important;
  }

  .\32xl\:tw-top-16 {
    top: 4rem !important;
  }

  .\32xl\:tw-right-16 {
    right: 4rem !important;
  }

  .\32xl\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .\32xl\:tw-left-16 {
    left: 4rem !important;
  }

  .\32xl\:tw-top-20 {
    top: 5rem !important;
  }

  .\32xl\:tw-right-20 {
    right: 5rem !important;
  }

  .\32xl\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .\32xl\:tw-left-20 {
    left: 5rem !important;
  }

  .\32xl\:tw-top-24 {
    top: 6rem !important;
  }

  .\32xl\:tw-right-24 {
    right: 6rem !important;
  }

  .\32xl\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .\32xl\:tw-left-24 {
    left: 6rem !important;
  }

  .\32xl\:tw-top-28 {
    top: 7rem !important;
  }

  .\32xl\:tw-right-28 {
    right: 7rem !important;
  }

  .\32xl\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .\32xl\:tw-left-28 {
    left: 7rem !important;
  }

  .\32xl\:tw-top-32 {
    top: 8rem !important;
  }

  .\32xl\:tw-right-32 {
    right: 8rem !important;
  }

  .\32xl\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .\32xl\:tw-left-32 {
    left: 8rem !important;
  }

  .\32xl\:tw-top-36 {
    top: 9rem !important;
  }

  .\32xl\:tw-right-36 {
    right: 9rem !important;
  }

  .\32xl\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .\32xl\:tw-left-36 {
    left: 9rem !important;
  }

  .\32xl\:tw-top-40 {
    top: 10rem !important;
  }

  .\32xl\:tw-right-40 {
    right: 10rem !important;
  }

  .\32xl\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .\32xl\:tw-left-40 {
    left: 10rem !important;
  }

  .\32xl\:tw-top-44 {
    top: 11rem !important;
  }

  .\32xl\:tw-right-44 {
    right: 11rem !important;
  }

  .\32xl\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .\32xl\:tw-left-44 {
    left: 11rem !important;
  }

  .\32xl\:tw-top-48 {
    top: 12rem !important;
  }

  .\32xl\:tw-right-48 {
    right: 12rem !important;
  }

  .\32xl\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .\32xl\:tw-left-48 {
    left: 12rem !important;
  }

  .\32xl\:tw-top-52 {
    top: 13rem !important;
  }

  .\32xl\:tw-right-52 {
    right: 13rem !important;
  }

  .\32xl\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .\32xl\:tw-left-52 {
    left: 13rem !important;
  }

  .\32xl\:tw-top-56 {
    top: 14rem !important;
  }

  .\32xl\:tw-right-56 {
    right: 14rem !important;
  }

  .\32xl\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .\32xl\:tw-left-56 {
    left: 14rem !important;
  }

  .\32xl\:tw-top-60 {
    top: 15rem !important;
  }

  .\32xl\:tw-right-60 {
    right: 15rem !important;
  }

  .\32xl\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .\32xl\:tw-left-60 {
    left: 15rem !important;
  }

  .\32xl\:tw-top-64 {
    top: 16rem !important;
  }

  .\32xl\:tw-right-64 {
    right: 16rem !important;
  }

  .\32xl\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .\32xl\:tw-left-64 {
    left: 16rem !important;
  }

  .\32xl\:tw-top-72 {
    top: 18rem !important;
  }

  .\32xl\:tw-right-72 {
    right: 18rem !important;
  }

  .\32xl\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .\32xl\:tw-left-72 {
    left: 18rem !important;
  }

  .\32xl\:tw-top-80 {
    top: 20rem !important;
  }

  .\32xl\:tw-right-80 {
    right: 20rem !important;
  }

  .\32xl\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .\32xl\:tw-left-80 {
    left: 20rem !important;
  }

  .\32xl\:tw-top-96 {
    top: 24rem !important;
  }

  .\32xl\:tw-right-96 {
    right: 24rem !important;
  }

  .\32xl\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .\32xl\:tw-left-96 {
    left: 24rem !important;
  }

  .\32xl\:tw-top-auto {
    top: auto !important;
  }

  .\32xl\:tw-right-auto {
    right: auto !important;
  }

  .\32xl\:tw-bottom-auto {
    bottom: auto !important;
  }

  .\32xl\:tw-left-auto {
    left: auto !important;
  }

  .\32xl\:tw-top-px {
    top: 1px !important;
  }

  .\32xl\:tw-right-px {
    right: 1px !important;
  }

  .\32xl\:tw-bottom-px {
    bottom: 1px !important;
  }

  .\32xl\:tw-left-px {
    left: 1px !important;
  }

  .\32xl\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .\32xl\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .\32xl\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .\32xl\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .\32xl\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .\32xl\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .\32xl\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .\32xl\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .\32xl\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .\32xl\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .\32xl\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .\32xl\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .\32xl\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .\32xl\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .\32xl\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .\32xl\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .\32xl\:tw--top-0 {
    top: 0px !important;
  }

  .\32xl\:tw--right-0 {
    right: 0px !important;
  }

  .\32xl\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .\32xl\:tw--left-0 {
    left: 0px !important;
  }

  .\32xl\:tw--top-1 {
    top: -0.25rem !important;
  }

  .\32xl\:tw--right-1 {
    right: -0.25rem !important;
  }

  .\32xl\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .\32xl\:tw--left-1 {
    left: -0.25rem !important;
  }

  .\32xl\:tw--top-2 {
    top: -0.5rem !important;
  }

  .\32xl\:tw--right-2 {
    right: -0.5rem !important;
  }

  .\32xl\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .\32xl\:tw--left-2 {
    left: -0.5rem !important;
  }

  .\32xl\:tw--top-3 {
    top: -0.75rem !important;
  }

  .\32xl\:tw--right-3 {
    right: -0.75rem !important;
  }

  .\32xl\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .\32xl\:tw--left-3 {
    left: -0.75rem !important;
  }

  .\32xl\:tw--top-4 {
    top: -1rem !important;
  }

  .\32xl\:tw--right-4 {
    right: -1rem !important;
  }

  .\32xl\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .\32xl\:tw--left-4 {
    left: -1rem !important;
  }

  .\32xl\:tw--top-5 {
    top: -1.25rem !important;
  }

  .\32xl\:tw--right-5 {
    right: -1.25rem !important;
  }

  .\32xl\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .\32xl\:tw--left-5 {
    left: -1.25rem !important;
  }

  .\32xl\:tw--top-6 {
    top: -1.5rem !important;
  }

  .\32xl\:tw--right-6 {
    right: -1.5rem !important;
  }

  .\32xl\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .\32xl\:tw--left-6 {
    left: -1.5rem !important;
  }

  .\32xl\:tw--top-7 {
    top: -1.75rem !important;
  }

  .\32xl\:tw--right-7 {
    right: -1.75rem !important;
  }

  .\32xl\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .\32xl\:tw--left-7 {
    left: -1.75rem !important;
  }

  .\32xl\:tw--top-8 {
    top: -2rem !important;
  }

  .\32xl\:tw--right-8 {
    right: -2rem !important;
  }

  .\32xl\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .\32xl\:tw--left-8 {
    left: -2rem !important;
  }

  .\32xl\:tw--top-9 {
    top: -2.25rem !important;
  }

  .\32xl\:tw--right-9 {
    right: -2.25rem !important;
  }

  .\32xl\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .\32xl\:tw--left-9 {
    left: -2.25rem !important;
  }

  .\32xl\:tw--top-10 {
    top: -2.5rem !important;
  }

  .\32xl\:tw--right-10 {
    right: -2.5rem !important;
  }

  .\32xl\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .\32xl\:tw--left-10 {
    left: -2.5rem !important;
  }

  .\32xl\:tw--top-11 {
    top: -2.75rem !important;
  }

  .\32xl\:tw--right-11 {
    right: -2.75rem !important;
  }

  .\32xl\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .\32xl\:tw--left-11 {
    left: -2.75rem !important;
  }

  .\32xl\:tw--top-12 {
    top: -3rem !important;
  }

  .\32xl\:tw--right-12 {
    right: -3rem !important;
  }

  .\32xl\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .\32xl\:tw--left-12 {
    left: -3rem !important;
  }

  .\32xl\:tw--top-14 {
    top: -3.5rem !important;
  }

  .\32xl\:tw--right-14 {
    right: -3.5rem !important;
  }

  .\32xl\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .\32xl\:tw--left-14 {
    left: -3.5rem !important;
  }

  .\32xl\:tw--top-16 {
    top: -4rem !important;
  }

  .\32xl\:tw--right-16 {
    right: -4rem !important;
  }

  .\32xl\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .\32xl\:tw--left-16 {
    left: -4rem !important;
  }

  .\32xl\:tw--top-20 {
    top: -5rem !important;
  }

  .\32xl\:tw--right-20 {
    right: -5rem !important;
  }

  .\32xl\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .\32xl\:tw--left-20 {
    left: -5rem !important;
  }

  .\32xl\:tw--top-24 {
    top: -6rem !important;
  }

  .\32xl\:tw--right-24 {
    right: -6rem !important;
  }

  .\32xl\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .\32xl\:tw--left-24 {
    left: -6rem !important;
  }

  .\32xl\:tw--top-28 {
    top: -7rem !important;
  }

  .\32xl\:tw--right-28 {
    right: -7rem !important;
  }

  .\32xl\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .\32xl\:tw--left-28 {
    left: -7rem !important;
  }

  .\32xl\:tw--top-32 {
    top: -8rem !important;
  }

  .\32xl\:tw--right-32 {
    right: -8rem !important;
  }

  .\32xl\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .\32xl\:tw--left-32 {
    left: -8rem !important;
  }

  .\32xl\:tw--top-36 {
    top: -9rem !important;
  }

  .\32xl\:tw--right-36 {
    right: -9rem !important;
  }

  .\32xl\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .\32xl\:tw--left-36 {
    left: -9rem !important;
  }

  .\32xl\:tw--top-40 {
    top: -10rem !important;
  }

  .\32xl\:tw--right-40 {
    right: -10rem !important;
  }

  .\32xl\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .\32xl\:tw--left-40 {
    left: -10rem !important;
  }

  .\32xl\:tw--top-44 {
    top: -11rem !important;
  }

  .\32xl\:tw--right-44 {
    right: -11rem !important;
  }

  .\32xl\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .\32xl\:tw--left-44 {
    left: -11rem !important;
  }

  .\32xl\:tw--top-48 {
    top: -12rem !important;
  }

  .\32xl\:tw--right-48 {
    right: -12rem !important;
  }

  .\32xl\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .\32xl\:tw--left-48 {
    left: -12rem !important;
  }

  .\32xl\:tw--top-52 {
    top: -13rem !important;
  }

  .\32xl\:tw--right-52 {
    right: -13rem !important;
  }

  .\32xl\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .\32xl\:tw--left-52 {
    left: -13rem !important;
  }

  .\32xl\:tw--top-56 {
    top: -14rem !important;
  }

  .\32xl\:tw--right-56 {
    right: -14rem !important;
  }

  .\32xl\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .\32xl\:tw--left-56 {
    left: -14rem !important;
  }

  .\32xl\:tw--top-60 {
    top: -15rem !important;
  }

  .\32xl\:tw--right-60 {
    right: -15rem !important;
  }

  .\32xl\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .\32xl\:tw--left-60 {
    left: -15rem !important;
  }

  .\32xl\:tw--top-64 {
    top: -16rem !important;
  }

  .\32xl\:tw--right-64 {
    right: -16rem !important;
  }

  .\32xl\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .\32xl\:tw--left-64 {
    left: -16rem !important;
  }

  .\32xl\:tw--top-72 {
    top: -18rem !important;
  }

  .\32xl\:tw--right-72 {
    right: -18rem !important;
  }

  .\32xl\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .\32xl\:tw--left-72 {
    left: -18rem !important;
  }

  .\32xl\:tw--top-80 {
    top: -20rem !important;
  }

  .\32xl\:tw--right-80 {
    right: -20rem !important;
  }

  .\32xl\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .\32xl\:tw--left-80 {
    left: -20rem !important;
  }

  .\32xl\:tw--top-96 {
    top: -24rem !important;
  }

  .\32xl\:tw--right-96 {
    right: -24rem !important;
  }

  .\32xl\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .\32xl\:tw--left-96 {
    left: -24rem !important;
  }

  .\32xl\:tw--top-px {
    top: -1px !important;
  }

  .\32xl\:tw--right-px {
    right: -1px !important;
  }

  .\32xl\:tw--bottom-px {
    bottom: -1px !important;
  }

  .\32xl\:tw--left-px {
    left: -1px !important;
  }

  .\32xl\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .\32xl\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .\32xl\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .\32xl\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .\32xl\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .\32xl\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .\32xl\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .\32xl\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .\32xl\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .\32xl\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .\32xl\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .\32xl\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .\32xl\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .\32xl\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .\32xl\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .\32xl\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .\32xl\:tw-top-1\/2 {
    top: 50% !important;
  }

  .\32xl\:tw-right-1\/2 {
    right: 50% !important;
  }

  .\32xl\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .\32xl\:tw-left-1\/2 {
    left: 50% !important;
  }

  .\32xl\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .\32xl\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .\32xl\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .\32xl\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .\32xl\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .\32xl\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .\32xl\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .\32xl\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .\32xl\:tw-top-1\/4 {
    top: 25% !important;
  }

  .\32xl\:tw-right-1\/4 {
    right: 25% !important;
  }

  .\32xl\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .\32xl\:tw-left-1\/4 {
    left: 25% !important;
  }

  .\32xl\:tw-top-2\/4 {
    top: 50% !important;
  }

  .\32xl\:tw-right-2\/4 {
    right: 50% !important;
  }

  .\32xl\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .\32xl\:tw-left-2\/4 {
    left: 50% !important;
  }

  .\32xl\:tw-top-3\/4 {
    top: 75% !important;
  }

  .\32xl\:tw-right-3\/4 {
    right: 75% !important;
  }

  .\32xl\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .\32xl\:tw-left-3\/4 {
    left: 75% !important;
  }

  .\32xl\:tw-top-full {
    top: 100% !important;
  }

  .\32xl\:tw-right-full {
    right: 100% !important;
  }

  .\32xl\:tw-bottom-full {
    bottom: 100% !important;
  }

  .\32xl\:tw-left-full {
    left: 100% !important;
  }

  .\32xl\:tw--top-1\/2 {
    top: -50% !important;
  }

  .\32xl\:tw--right-1\/2 {
    right: -50% !important;
  }

  .\32xl\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .\32xl\:tw--left-1\/2 {
    left: -50% !important;
  }

  .\32xl\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .\32xl\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .\32xl\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .\32xl\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .\32xl\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .\32xl\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .\32xl\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .\32xl\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .\32xl\:tw--top-1\/4 {
    top: -25% !important;
  }

  .\32xl\:tw--right-1\/4 {
    right: -25% !important;
  }

  .\32xl\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .\32xl\:tw--left-1\/4 {
    left: -25% !important;
  }

  .\32xl\:tw--top-2\/4 {
    top: -50% !important;
  }

  .\32xl\:tw--right-2\/4 {
    right: -50% !important;
  }

  .\32xl\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .\32xl\:tw--left-2\/4 {
    left: -50% !important;
  }

  .\32xl\:tw--top-3\/4 {
    top: -75% !important;
  }

  .\32xl\:tw--right-3\/4 {
    right: -75% !important;
  }

  .\32xl\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .\32xl\:tw--left-3\/4 {
    left: -75% !important;
  }

  .\32xl\:tw--top-full {
    top: -100% !important;
  }

  .\32xl\:tw--right-full {
    right: -100% !important;
  }

  .\32xl\:tw--bottom-full {
    bottom: -100% !important;
  }

  .\32xl\:tw--left-full {
    left: -100% !important;
  }

  .\32xl\:tw-resize-none {
    resize: none !important;
  }

  .\32xl\:tw-resize-y {
    resize: vertical !important;
  }

  .\32xl\:tw-resize-x {
    resize: horizontal !important;
  }

  .\32xl\:tw-resize {
    resize: both !important;
  }

  .\32xl\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .\32xl\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .\32xl\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .\32xl\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .\32xl\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .\32xl\:tw-ring-offset-gray-150 {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .\32xl\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .\32xl\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #666666 !important;
  }

  .\32xl\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #777777 !important;
  }

  .\32xl\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #333333 !important;
  }

  .\32xl\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .\32xl\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #00A850 !important;
  }

  .\32xl\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #224257 !important;
  }

  .\32xl\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #00263D !important;
  }

  .\32xl\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #012942 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #777777 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #00A850 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #224257 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #00263D !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #012942 !important;
  }

  .\32xl\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .\32xl\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .\32xl\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #FAFAFA !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #F4F3F9 !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-150:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #EDEDED !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #777777 !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #ACE342 !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #00A850 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #224257 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #00263D !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #012942 !important;
  }

  .\32xl\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .\32xl\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .\32xl\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-150 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .\32xl\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-150:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .\32xl\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .\32xl\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 243, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-150:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 227, 66, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 168, 80, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 66, 87, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 38, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 41, 66, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:tw-fill-current {
    fill: currentColor !important;
  }

  .\32xl\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .\32xl\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .\32xl\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .\32xl\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .\32xl\:tw-table-auto {
    table-layout: auto !important;
  }

  .\32xl\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .\32xl\:tw-text-left {
    text-align: left !important;
  }

  .\32xl\:tw-text-center {
    text-align: center !important;
  }

  .\32xl\:tw-text-right {
    text-align: right !important;
  }

  .\32xl\:tw-text-justify {
    text-align: justify !important;
  }

  .\32xl\:tw-text-transparent {
    color: transparent !important;
  }

  .\32xl\:tw-text-current {
    color: currentColor !important;
  }

  .\32xl\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-150 {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .\32xl\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-150:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .\32xl\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .\32xl\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-150:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .\32xl\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .\32xl\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 243, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-150:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 237, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(119, 119, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 227, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 168, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 66, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 38, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 41, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\32xl\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .\32xl\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .\32xl\:tw-italic {
    font-style: italic !important;
  }

  .\32xl\:tw-not-italic {
    font-style: normal !important;
  }

  .\32xl\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .\32xl\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .\32xl\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .\32xl\:tw-normal-case {
    text-transform: none !important;
  }

  .\32xl\:tw-underline {
    text-decoration: underline !important;
  }

  .\32xl\:tw-line-through {
    text-decoration: line-through !important;
  }

  .\32xl\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .\32xl\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .\32xl\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .\32xl\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .\32xl\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .\32xl\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .\32xl\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .\32xl\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .\32xl\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .\32xl\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .\32xl\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\32xl\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\32xl\:tw-ordinal, .\32xl\:tw-slashed-zero, .\32xl\:tw-lining-nums, .\32xl\:tw-oldstyle-nums, .\32xl\:tw-proportional-nums, .\32xl\:tw-tabular-nums, .\32xl\:tw-diagonal-fractions, .\32xl\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .\32xl\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .\32xl\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .\32xl\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .\32xl\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .\32xl\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .\32xl\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .\32xl\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .\32xl\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .\32xl\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .\32xl\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .\32xl\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .\32xl\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .\32xl\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .\32xl\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .\32xl\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .\32xl\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .\32xl\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .\32xl\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .\32xl\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .\32xl\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .\32xl\:tw-align-top {
    vertical-align: top !important;
  }

  .\32xl\:tw-align-middle {
    vertical-align: middle !important;
  }

  .\32xl\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .\32xl\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .\32xl\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .\32xl\:tw-visible {
    visibility: visible !important;
  }

  .\32xl\:tw-invisible {
    visibility: hidden !important;
  }

  .\32xl\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .\32xl\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .\32xl\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .\32xl\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .\32xl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .\32xl\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\32xl\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .\32xl\:tw-break-all {
    word-break: break-all !important;
  }

  .\32xl\:tw-w-0 {
    width: 0px !important;
  }

  .\32xl\:tw-w-1 {
    width: 0.25rem !important;
  }

  .\32xl\:tw-w-2 {
    width: 0.5rem !important;
  }

  .\32xl\:tw-w-3 {
    width: 0.75rem !important;
  }

  .\32xl\:tw-w-4 {
    width: 1rem !important;
  }

  .\32xl\:tw-w-5 {
    width: 1.25rem !important;
  }

  .\32xl\:tw-w-6 {
    width: 1.5rem !important;
  }

  .\32xl\:tw-w-7 {
    width: 1.75rem !important;
  }

  .\32xl\:tw-w-8 {
    width: 2rem !important;
  }

  .\32xl\:tw-w-9 {
    width: 2.25rem !important;
  }

  .\32xl\:tw-w-10 {
    width: 2.5rem !important;
  }

  .\32xl\:tw-w-11 {
    width: 2.75rem !important;
  }

  .\32xl\:tw-w-12 {
    width: 3rem !important;
  }

  .\32xl\:tw-w-14 {
    width: 3.5rem !important;
  }

  .\32xl\:tw-w-16 {
    width: 4rem !important;
  }

  .\32xl\:tw-w-20 {
    width: 5rem !important;
  }

  .\32xl\:tw-w-24 {
    width: 6rem !important;
  }

  .\32xl\:tw-w-28 {
    width: 7rem !important;
  }

  .\32xl\:tw-w-32 {
    width: 8rem !important;
  }

  .\32xl\:tw-w-36 {
    width: 9rem !important;
  }

  .\32xl\:tw-w-40 {
    width: 10rem !important;
  }

  .\32xl\:tw-w-44 {
    width: 11rem !important;
  }

  .\32xl\:tw-w-48 {
    width: 12rem !important;
  }

  .\32xl\:tw-w-52 {
    width: 13rem !important;
  }

  .\32xl\:tw-w-56 {
    width: 14rem !important;
  }

  .\32xl\:tw-w-60 {
    width: 15rem !important;
  }

  .\32xl\:tw-w-64 {
    width: 16rem !important;
  }

  .\32xl\:tw-w-72 {
    width: 18rem !important;
  }

  .\32xl\:tw-w-80 {
    width: 20rem !important;
  }

  .\32xl\:tw-w-96 {
    width: 24rem !important;
  }

  .\32xl\:tw-w-auto {
    width: auto !important;
  }

  .\32xl\:tw-w-px {
    width: 1px !important;
  }

  .\32xl\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .\32xl\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .\32xl\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .\32xl\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .\32xl\:tw-w-1\/2 {
    width: 50% !important;
  }

  .\32xl\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .\32xl\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .\32xl\:tw-w-1\/4 {
    width: 25% !important;
  }

  .\32xl\:tw-w-2\/4 {
    width: 50% !important;
  }

  .\32xl\:tw-w-3\/4 {
    width: 75% !important;
  }

  .\32xl\:tw-w-1\/5 {
    width: 20% !important;
  }

  .\32xl\:tw-w-2\/5 {
    width: 40% !important;
  }

  .\32xl\:tw-w-3\/5 {
    width: 60% !important;
  }

  .\32xl\:tw-w-4\/5 {
    width: 80% !important;
  }

  .\32xl\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .\32xl\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .\32xl\:tw-w-3\/6 {
    width: 50% !important;
  }

  .\32xl\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .\32xl\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .\32xl\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .\32xl\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .\32xl\:tw-w-3\/12 {
    width: 25% !important;
  }

  .\32xl\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .\32xl\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .\32xl\:tw-w-6\/12 {
    width: 50% !important;
  }

  .\32xl\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .\32xl\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .\32xl\:tw-w-9\/12 {
    width: 75% !important;
  }

  .\32xl\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .\32xl\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .\32xl\:tw-w-full {
    width: 100% !important;
  }

  .\32xl\:tw-w-screen {
    width: 100vw !important;
  }

  .\32xl\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .\32xl\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .\32xl\:tw-z-0 {
    z-index: 0 !important;
  }

  .\32xl\:tw-z-10 {
    z-index: 10 !important;
  }

  .\32xl\:tw-z-20 {
    z-index: 20 !important;
  }

  .\32xl\:tw-z-30 {
    z-index: 30 !important;
  }

  .\32xl\:tw-z-40 {
    z-index: 40 !important;
  }

  .\32xl\:tw-z-50 {
    z-index: 50 !important;
  }

  .\32xl\:tw-z-auto {
    z-index: auto !important;
  }

  .\32xl\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .\32xl\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .\32xl\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .\32xl\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .\32xl\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .\32xl\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .\32xl\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .\32xl\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .\32xl\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .\32xl\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .\32xl\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .\32xl\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .\32xl\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .\32xl\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .\32xl\:tw-gap-0 {
    gap: 0px !important;
  }

  .\32xl\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .\32xl\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .\32xl\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .\32xl\:tw-gap-4 {
    gap: 1rem !important;
  }

  .\32xl\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .\32xl\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .\32xl\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .\32xl\:tw-gap-8 {
    gap: 2rem !important;
  }

  .\32xl\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .\32xl\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .\32xl\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .\32xl\:tw-gap-12 {
    gap: 3rem !important;
  }

  .\32xl\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .\32xl\:tw-gap-16 {
    gap: 4rem !important;
  }

  .\32xl\:tw-gap-20 {
    gap: 5rem !important;
  }

  .\32xl\:tw-gap-24 {
    gap: 6rem !important;
  }

  .\32xl\:tw-gap-28 {
    gap: 7rem !important;
  }

  .\32xl\:tw-gap-32 {
    gap: 8rem !important;
  }

  .\32xl\:tw-gap-36 {
    gap: 9rem !important;
  }

  .\32xl\:tw-gap-40 {
    gap: 10rem !important;
  }

  .\32xl\:tw-gap-44 {
    gap: 11rem !important;
  }

  .\32xl\:tw-gap-48 {
    gap: 12rem !important;
  }

  .\32xl\:tw-gap-52 {
    gap: 13rem !important;
  }

  .\32xl\:tw-gap-56 {
    gap: 14rem !important;
  }

  .\32xl\:tw-gap-60 {
    gap: 15rem !important;
  }

  .\32xl\:tw-gap-64 {
    gap: 16rem !important;
  }

  .\32xl\:tw-gap-72 {
    gap: 18rem !important;
  }

  .\32xl\:tw-gap-80 {
    gap: 20rem !important;
  }

  .\32xl\:tw-gap-96 {
    gap: 24rem !important;
  }

  .\32xl\:tw-gap-px {
    gap: 1px !important;
  }

  .\32xl\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .\32xl\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .\32xl\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .\32xl\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .\32xl\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .\32xl\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\32xl\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\32xl\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\32xl\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\32xl\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .\32xl\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\32xl\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .\32xl\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\32xl\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\32xl\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\32xl\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\32xl\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\32xl\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\32xl\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\32xl\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .\32xl\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\32xl\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .\32xl\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\32xl\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .\32xl\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\32xl\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .\32xl\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\32xl\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .\32xl\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\32xl\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .\32xl\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\32xl\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\32xl\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .\32xl\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\32xl\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .\32xl\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .\32xl\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .\32xl\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .\32xl\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .\32xl\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .\32xl\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .\32xl\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .\32xl\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .\32xl\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .\32xl\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .\32xl\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .\32xl\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .\32xl\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .\32xl\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .\32xl\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .\32xl\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .\32xl\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .\32xl\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .\32xl\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .\32xl\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .\32xl\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .\32xl\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .\32xl\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .\32xl\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .\32xl\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .\32xl\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .\32xl\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .\32xl\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .\32xl\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .\32xl\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .\32xl\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .\32xl\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .\32xl\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .\32xl\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .\32xl\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .\32xl\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .\32xl\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .\32xl\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .\32xl\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .\32xl\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .\32xl\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .\32xl\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .\32xl\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .\32xl\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\32xl\:tw-col-auto {
    grid-column: auto !important;
  }

  .\32xl\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .\32xl\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .\32xl\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\32xl\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\32xl\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .\32xl\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\32xl\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .\32xl\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\32xl\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\32xl\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .\32xl\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .\32xl\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .\32xl\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .\32xl\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .\32xl\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .\32xl\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .\32xl\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .\32xl\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .\32xl\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .\32xl\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .\32xl\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .\32xl\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .\32xl\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .\32xl\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .\32xl\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .\32xl\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .\32xl\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .\32xl\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .\32xl\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .\32xl\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .\32xl\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .\32xl\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .\32xl\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .\32xl\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .\32xl\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .\32xl\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .\32xl\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .\32xl\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .\32xl\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .\32xl\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .\32xl\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .\32xl\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .\32xl\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .\32xl\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .\32xl\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .\32xl\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\32xl\:tw-row-auto {
    grid-row: auto !important;
  }

  .\32xl\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .\32xl\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .\32xl\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .\32xl\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .\32xl\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .\32xl\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .\32xl\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .\32xl\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .\32xl\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .\32xl\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .\32xl\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .\32xl\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .\32xl\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .\32xl\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .\32xl\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .\32xl\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .\32xl\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .\32xl\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .\32xl\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .\32xl\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .\32xl\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .\32xl\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .\32xl\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .\32xl\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl\:tw-transform-none {
    transform: none !important;
  }

  .\32xl\:tw-origin-center {
    transform-origin: center !important;
  }

  .\32xl\:tw-origin-top {
    transform-origin: top !important;
  }

  .\32xl\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .\32xl\:tw-origin-right {
    transform-origin: right !important;
  }

  .\32xl\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .\32xl\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .\32xl\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .\32xl\:tw-origin-left {
    transform-origin: left !important;
  }

  .\32xl\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .\32xl\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .\32xl\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .\32xl\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .\32xl\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .\32xl\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .\32xl\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .\32xl\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .\32xl\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .\32xl\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .\32xl\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .\32xl\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .\32xl\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .\32xl\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .\32xl\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .\32xl\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .\32xl\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .\32xl\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .\32xl\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .\32xl\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .\32xl\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .\32xl\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .\32xl\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .\32xl\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .\32xl\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .\32xl\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .\32xl\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .\32xl\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .\32xl\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .\32xl\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .\32xl\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .\32xl\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .\32xl\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .\32xl\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .\32xl\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .\32xl\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .\32xl\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .\32xl\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .\32xl\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .\32xl\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .\32xl\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .\32xl\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .\32xl\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .\32xl\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .\32xl\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .\32xl\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .\32xl\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .\32xl\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .\32xl\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .\32xl\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .\32xl\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .\32xl\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .\32xl\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .\32xl\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .\32xl\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .\32xl\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .\32xl\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .\32xl\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .\32xl\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .\32xl\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .\32xl\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .\32xl\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .\32xl\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .\32xl\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .\32xl\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .\32xl\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .\32xl\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .\32xl\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .\32xl\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .\32xl\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .\32xl\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .\32xl\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .\32xl\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .\32xl\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .\32xl\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .\32xl\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .\32xl\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .\32xl\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .\32xl\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .\32xl\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .\32xl\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .\32xl\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .\32xl\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .\32xl\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .\32xl\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .\32xl\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .\32xl\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .\32xl\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .\32xl\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .\32xl\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .\32xl\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .\32xl\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .\32xl\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .\32xl\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .\32xl\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .\32xl\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .\32xl\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .\32xl\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .\32xl\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .\32xl\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .\32xl\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .\32xl\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .\32xl\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .\32xl\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .\32xl\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .\32xl\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .\32xl\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .\32xl\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .\32xl\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .\32xl\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .\32xl\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .\32xl\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .\32xl\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .\32xl\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .\32xl\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .\32xl\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .\32xl\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .\32xl\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .\32xl\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .\32xl\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .\32xl\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .\32xl\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .\32xl\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .\32xl\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .\32xl\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:tw-transition-none {
    transition-property: none !important;
  }

  .\32xl\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .\32xl\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\32xl\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .\32xl\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .\32xl\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .\32xl\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .\32xl\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .\32xl\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .\32xl\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .\32xl\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .\32xl\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .\32xl\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .\32xl\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .\32xl\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .\32xl\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .\32xl\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .\32xl\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .\32xl\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .\32xl\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .\32xl\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\32xl\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .\32xl\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\32xl\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .\32xl\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }
}
  </pre></body></html>